/*=================================
=================== 公共 =============
====================================*/

/*=====标签样式重置=====*/
body{
  line-height: 170%;
  font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #575757;
}
img{
  max-width: 100%;
  max-height: 100%;
}
a{
  color: #575757;
}
a:hover{
  text-decoration: none;
  color: #f0b800;
}
h1,h2,h3,h4,h5,h6{
  font-weight: normal;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}


/*=====公共样式定义=====*/

/*背景色*/
.bg-gray{
  background-color: #f2f2f2 !important;
}
.bg-gray-dk{
  background-color: rgba(20,20,20,1) !important;
}
.bg-gray-lt{
  background-color: #f5f5f5 !important;
}
.bg-gray-lest{
  background-color: #f9f9f9 !important;
}
.bg-danger-lt{
  background-color: #ffc70f;
}
.bg-violet{
  background-color: #565bf3 !important;
}
.bg-blue{
  background-color: #00274d !important;
}
.bg-blue-lt{
  background-color: #0376e7 !important;
}
.bg-blue-lest{
  background-color: #03c9e7 !important;
}
.bg-primary{
  background-color: #ffc70f !important;
}
.text-blue{
  color: #565bf3 !important;
}
.text-red{
  color: #f31c1c !important;
}
.bg-solution{
  #background-color: rgba(40,42,52,0.8) !important;
}

/*图标*/
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/*按钮*/
.btn{
  border-radius: 0;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn-outline-primary:not(:disabled):not(.disabled):active{
  box-shadow: none !important;
}

/*方形*/
.square-80{
  width: 80px;
  height: 80px;
}
.square-70{
  width: 70px;
  height: 70px;
}

/*二行文字*/
.text-truncate2{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*图片*/
.img-100{
  width: 100%;
  max-width: auto;
}
.bg-img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*间距*/
.pt-section,
.py-section{
  padding-top: 45px !important;
}
.pb-section,
.py-section{
  padding-bottom: 45px !important;
}

/*列表间距*/
.row{
  margin-left: -8px;
  margin-right: -8px;
}
.row > *{
  padding-left: 8px;
  padding-right: 8px;
}
.row.list > .item,
.row.list > *{
  margin-bottom: 15px;
}
.row.list-lg > .item{
  margin-bottom: 15px;
}

/*表格*/
.table-hover tbody tr:hover {
  background-color: #f7f7f7;
}
.table.align-middle th,
.table.align-middle td{
  vertical-align: middle;
  font-size: 15px;
  padding: 10px 20px;
}
.table.align-middle-xs th{
  padding: 10px 0;
}
.table.align-middle-xs th,
.table.align-middle-xs td{
  padding: 10px 5px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: normal;
}

/*标题*/
.title-01{
  margin-bottom: 30px;
}
.title-01 h2{
  font-size: 24px;
  color: #333333;
  margin-bottom: 12px;
}
.title-01 .des{
  margin-bottom: 0;
  font-size: 15px;
  color: #575757;
  line-height: 1.7;
}
.title-01 .des a{
  padding: 0 5px;
}
.title-01 .des a.active{
  color: #f0b800;
}
.title-01.text-white h2{
  color: rgba(255,255,255,.95);
}
.title-01.text-white .des{
  color: rgba(255,255,255,.85);
}
.title-02 h2{
  font-family: "微软雅黑";
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.title-03{
  margin-bottom: 15px;
}
.title-03 h2{
  font-size: 16px;
}
.title-03 h2 a{
  padding-right: 15px;
  line-height: 150%;
  display: inline-block;
}
.title-03 h2 .active{
  font-weight: bold;
  color: #333333;
}
.title-04{
  border-bottom: 1px solid rgba(0,0,0,.08);
  margin-bottom: 20px;
}
.title-04 h2{
  font-family: "微软雅黑";
  color: #333333;
  font-size: 16px;
  padding-bottom: 8px;
}
.nav-bg{
  height: 56px;
}
.nav-bg .icon{
  font-size: 20px;
  color: rgba(255,255,255,.95);
  line-height: 56px;
  margin-left: 15px;
  margin-top: 18px;
}
.top-title{
  padding-top: 30px;
  padding-bottom: 15px;
  color: #333;
}
.top-title .title{
  font-size: 22px;
}
.top-title .des{
  font-size: 12px;
  line-height: 150%;
  color: #999;
}

.detail-header{
  font-family: "微软雅黑";
  color: #333333;
  font-size: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.detail-header .title span{
  padding-left: 20px;
}
.detail-header .lable{
  margin-bottom: 10px;
}
.detail-header .lable > div:first-child{
  flex: 0 0 50px;
}
.detail-header .lable a{
  padding-right: 10px;
  line-height: 150%;
}

.item{
  margin-bottom: 15px;
}
.item .title{
  color: #333333;
  transition: .4s;
  margin-bottom: 0;
  margin-top: 18px;
}
.item .des{
  font-size: 14px;
}



/*=================================
=================== 内容 =============
====================================*/
/*=====内容布局=====*/
.main-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-direction: column;
  flex-direction: column;
  min-height:100vh;
}
.main-con{
  flex: 1 1 auto;
  padding-bottom: 50px;
}
.overhidden{
  overflow: hidden;
}

/*=====列表=====*/
/*客户列表*/
.list-customer .item{
  height: calc(100vw * 0.18);
}
.list-customer .item .bg-white{
  padding: 8px;
}

/*案例列表*/
.list-ft-case .item:last-child{
  display: none;
}
.list-case .item .title{
  font-size: 16px;
  margin-top: 10px;
}
.list-case .item .des{
  font-size: 13px;
}
.list-case .item .des a{
  color: #777;
}
.list-case .item .des .active{
  color: #000;
}
.list-case .item .des a:hover{
  color: #ffc70f;
}
.list-case .item .con{
  padding: 15px 12px 25px 12px;
}
.list-case .item .con h3{
  line-height: 100%;
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
  font-family: "微软雅黑";
}
.list-case .item:hover .con h3{
  color: #f0b800;
}
.list-case .item .con .des{
  line-height: 150%;
  font-size: 12px;
  color: rgba(0,0,0,.65);
}
.list-case .item .hcase-content{
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 1px);
  background-color: rgba(0,0,0,.85);
  color: rgba(255,255,255,.8);
  opacity: 0;
  transition: .4s ease;
}
.list-case .item .hcase-content .slimScrollBar{
  background-color: rgba(255,255,255,.4) !important;
}


/*建站列表*/
.list-build .item{
  position: relative;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
}
.list-build .item .border-box{
  padding: 25px 10px;
}
.list-build .item .title{
  font-family: "微软雅黑";
  color: #000;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}
.list-build .item .border-box .des{
  margin-top: 8px;
  line-height: 140%;
  font-size: 13px;
}
.list-build .item:hover .border-box .des{
  color: #575757;
}
.list-build .item .hidden-con{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
  opacity: 0;
  transition: .5s;
  display: none;
}

/*首页新闻列表*/
.list-hnews  img{
  vertical-align: bottom;
}
.list-hnews .item{
  margin-bottom: 0 !important;
}
.list-hnews .item .title{
  font-size: 14px;
  margin-top: 0;
  padding: 8px 0;
}
.list-hnews .item .position-relative{
  overflow: hidden;
  margin-bottom: 8px;
}
.list-hnews .item .position-relative .title-box{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 12px;
  background-color: rgba(0,0,0,.4);
  z-index: 9
}
.list-hnews .item .position-relative .title-box h3{
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.9);
}
.list-hnews .item .position-relative .img-box{
  height: 90px;
  overflow: hidden;
}
.list-hnews .item .position-relative .img-box img{
  position: absolute;
  left: 0;
  top: 0;
  max-height: none;
  z-index: 0;
  opacity: 0;
  display: none;
}
.list-hnews .item:nth-child(3) .position-relative{
  margin-bottom: 0;
}
.list-hnews .item:nth-child(3) .position-relative .img-box{
  display: none;
}
.list-hnews .item:nth-child(3) .position-relative .title-box{
  position: static;
  background-color: rgba(0,0,0,0);
  padding: 8px 0;
}
.list-hnews .item:nth-child(3) .position-relative .title-box h3{
  color: #333;
}

/*方案列表*/
.list-plan .item{
  margin-bottom: 20px;
}
.list-plan .item:last-child,
.list-plan .item:nth-last-child(2){
  display: none;
}
.list-plan .item .icon{
  font-size: 34px;
}
.list-plan .item .title{
  margin-top: 0;
  font-size: 14px;
}
.list-plan .item .icon{
  transition: .3s;
}
.list-plan .item:hover .icon,
.list-plan .item:hover{
  color: #f0b800;
}

/*方案tab内容*/
.h-tab-pane{
  color: rgba(255,255,255,.95);
}

.h-tab-pane .title{
  font-size: 20px;
  margin-bottom: 15px;
}
.h-tab-pane .title-sm{
  font-size: 18px;
}
.h-tab-pane .des{
  line-height: 25px;
}
.h-tab-pane .flex-wrap{
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed  rgba(255,255,255, .2);
}
.h-tab-pane .list-func{
  margin-top: 25px;
  height: auto;
  text-align: left !important;
  flex-wrap: wrap;
  overflow: hidden;
}
.h-tab-pane .list-func .item{
  padding-right: 15px !important;
}
.h-tab-pane .btn{
  border-color: rgba(255,255,255,.8);
  color: rgba(255,255,255,.8);
  font-size: 14px;
  padding: 7px 30px;
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.h-tab-pane .btn:hover,
.h-tab-pane .btn:focus,
.h-tab-pane .btn:active{
  background-color: rgba(255,255,255,.2) !important;
}
.h-tab-pane .h-case-hylist a{
  display: inline-block;
  width: 40%;
  padding-right: 20px !important;
}


/*推荐帮助支持列表*/
.list-help-hot.row.list-lg > .item{
  margin-bottom: 0;
}
.list-help-hot > .item a{
  padding: 9px 0;
  line-height: 100%;
  font-size: 15px;
}
.list-help-hot > .item:first-child a{
  padding-top: 0;
}
.list-help-hot > .item:nth-child(n+6){
  display: none;
}

/*帮助支持列表*/
.list-help-box{
  background-color: #fff !important;
}
.list-help{
  padding-top: 10px;
}
.list-help .item{
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding-bottom: 15px;
  transition: .4s ease;
}
.list-help .item:last-child{
  border-bottom-width: 0;
}
.list-help .item .media .img-box{
  position: relative;
  width: 100px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px;
}
.list-help .item .media img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  max-height: none;
}
.list-help .item .media .media-body{
  width: calc(100% - 115px);
}
.list-help .item .media .media-body .title{
  margin-top: 0;
  font-size: 18px;
}
.list-help .item .media .media-body .des{
  margin-top: 5px;
}
.list-help .item a:hover .media .media-body .title{
  color: #f0b800;
}
.list-help .item:hover .media .media-body .des{
  color: #575757 !important;
}

/*=====导航=====*/
.fixed-top{
  top: auto;
  bottom: 0;
  border-top: 1px solid #ededed;
}
.fixed-top .navbar.bg-dark{
  background-color: #fff !important;
}
.navbar-dark .navbar-toggler{
  color: #282828;
}
.navbar{
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-dark .navbar-brand{
  margin-right: 0px;
}
.navbar .ft-menu{
  line-height: 2;
  padding: 0.3125rem 0.75rem 0.375rem 0.75rem;
  outline: none;
  font-size: 14px;
  border: none;
}
.navbar .ft-menu div{
  font-size: 11px;
  line-height: 1;
  margin-top: -2px
}
.navbar .ft-menu .icon{
  font-size: 24px;
  line-height: 1;
}
.navbar .dropdown-menu .dropdown-title:hover{
  background-color: rgba(0,0,0,0);
  color: #333;
}
.navbar .logo-sm{
  width: 30px;
}

@media(min-width: 0) and (max-width: 1023.98px){
  .navbar .navbar-collapse{
    position: absolute;
    bottom: 49px;
    left: 0;
    background: #f2f2f2;
    width: 100%;
  }
  .navbar .navbar-collapse > .d-flex{
    height: calc(100vh - 49px);
  }
  .navbar-dark .navbar-nav{
    background-color: #fff;
    width: 100px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #ededed;
    position: relative;
  }
  .navbar .nav-item{
    position: static;
  }
  .navbar .dropdown-menu{
    position: absolute;
    top: 0;
    left: 115px;
    width: calc(100vw - 115px);
    border-radius: 0;
    border: none;
    margin: 0;
    height: calc(100vh - 49px);
    overflow-y: scroll;
    border-bottom: 1px solid #ededed;
    padding: 0 15px 0 0;
    background-color: #f2f2f2;
  }
  .navbar .dropdown-menu.active{
    display: block;
  }
  .navbar .dropdown-menu .dropdown-title{
    padding: 0.5rem 0;
  }
  .navbar .dropdown-menu .dropdown-title h2{
    font-size: 14px;
    margin-bottom: 0;
    line-height: 195%;
  }
  .navbar .dropdown-menu .menu-item{
    background-color: #fff;
    border-radius: 7px;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .navbar .dropdown-menu .menu-item.row{
    margin: 0;
  }
  .navbar .dropdown-menu .menu-item.row > *{
    padding: 0;
  }
  .navbar .dropdown-menu .menu-item .dropdown-item{
    white-space: normal;
    padding: 10px 5px;
    text-align: center;
  }
  .navbar .dropdown-menu .menu-item .dropdown-item h2{
    margin-bottom: 0;
  }
  .navbar .dropdown-menu .menu-item .dropdown-item .icon{
    display: block;
    font-size: 24px;
    line-height: 170%;
    margin: 0 auto 5px auto;
    float: none !important;
    color: #f0b800;
  }
  .navbar .dropdown-menu .menu-item .dropdown-item:hover{
    background-color: #fff;
  }
  .navbar .dropdown-menu .menu-item .dropdown-item:hover h2,
  .navbar .dropdown-menu .menu-item .dropdown-item:hover .icon{
    color: #f0b800;
  }
  .navbar .dropdown-menu .menu-item .dropdown-item div{
    font-size: 12px;
    line-height: 140%;
  }
  .navbar-dark .navbar-nav .nav-link{
    color: rgba(0,0,0,.8);
  }

  .navbar-dark .navbar-nav .nav-link:hover, 
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .show > .nav-link, 
  .navbar-dark .navbar-nav .active > .nav-link, 
  .navbar-dark .navbar-nav .nav-item.show .nav-link,
  .navbar-dark .navbar-nav .nav-item .nav-link.active{
    color: #575757;
    background-color: #fff;
  }
  .navbar-dark .navbar-nav .nav-item .nav-link.active{
    color: #282828;
    background-color: #ffc70f;
  }

  .navbar .nav-item:nth-child(1) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(1) .icon,
  .navbar .nav-item:nth-child(1) .d-lg-flex > div:nth-child(3) .menu-item .dropdown-item:nth-child(1) .icon{
    color: #fc3e7e;
  }
  .navbar .nav-item:nth-child(1) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(2) .icon,
  .navbar .nav-item:nth-child(3) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(1) .icon,
  .navbar .nav-item:nth-child(4) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(4) .icon{
    color: #19b1f0;
  }
  .navbar .nav-item:nth-child(1) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(3) .icon,
  .navbar .nav-item:nth-child(1) .d-lg-flex > div:nth-child(2) .menu-item .dropdown-item:nth-child(2) .icon,
  .navbar .nav-item:nth-child(1) .d-lg-flex > div:nth-child(3) .menu-item .dropdown-item:nth-child(2) .icon,
  .navbar .nav-item:nth-child(3) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(6) .icon{
    color: #fd890e;
  }
  .navbar .nav-item:nth-child(1) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(4) .icon,
  .navbar .nav-item:nth-child(2) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(3) .icon,
  .navbar .nav-item:nth-child(4) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(3) .icon{
    color: #2fc6a5;
  }
  .navbar .nav-item:nth-child(1) .d-lg-flex > div:nth-child(2) .menu-item .dropdown-item:nth-child(3) .icon,
  .navbar .nav-item:nth-child(3) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(4) .icon,
  .navbar .nav-item:nth-child(3) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(5) .icon{
    color: #42bd14;
  }
  .navbar .nav-item:nth-child(2) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(1) .icon,
  .navbar .nav-item:nth-child(4) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(1) .icon{
    color: #42bd14;
  }
  .navbar .nav-item:nth-child(1) .d-lg-flex > div:nth-child(3) .menu-item .dropdown-item:nth-child(3) .icon,
  .navbar .nav-item:nth-child(3) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(3) .icon{
    color: #ba8841;
  }
  .navbar .nav-item:nth-child(1) .d-lg-flex > div:nth-child(2) .menu-item .dropdown-item:nth-child(4) .icon,
  .navbar .nav-item:nth-child(3) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(2) .icon,
  .navbar .nav-item:nth-child(4) .d-lg-flex > div:nth-child(1) .menu-item .dropdown-item:nth-child(2) .icon{
    color: #e94b1c;
  }

}

@media(min-width: 0) and (max-width: 575.98px){
  .navbar .dropdown-menu .menu-item .dropdown-item,
  .navbar .dropdown-menu .menu-item.row > *{
    flex: 0 0 33.33%;
  }
}
@media(min-width: 576px) and (max-width: 767.98px){
  .navbar.container{
    padding-left: 50px;
    padding-right: 50px;
  }
  .navbar .dropdown-menu .menu-item .dropdown-item,
  .navbar .dropdown-menu .menu-item.row > *{
    flex: 0 0 20%;
  }
}
@media(min-width: 768px) and (max-width: 1023.98px){
  .navbar .dropdown-menu .menu-item .dropdown-item,
  .navbar .dropdown-menu .menu-item.row > *{
    flex: 0 0 16.66%;
  }
}

/*=====翻页=====*/
.page-turn .prev,
.page-turn .next{
  padding: 10px 30px;
  border-color: rgba(0,0,0,.1);
  margin-left: 10px;
  margin-right: 10px;
  color: #575757;
  font-size: 14px;
}
.page-turn .prev:hover,
.page-turn .next:hover,
.page-turn .prev:focus,
.page-turn .next:focus,
.page-turn .prev:active,
.page-turn .next:active{
  background-color: rgba(0,0,0,.05);
  border-color: rgba(0,0,0,.05);;
  color: #f0b800;
}
.page-turn a.num,
.page-turn span,
.page-turn .end,
.page-turn .first{
  display: none;
}

/*=====翻页 new=====*/
.page-turn{
  margin-top: 10px;
}
.page-turn a,
.page-turn span{
  border: 1px solid rgba(0,0,0,.08);
  line-height: 100%;
  padding: 5px 12px;
  margin: 0 3px;
  font-size: 14px;
}
.page-turn .current{
  color: #f0b800;
  background-color: rgba(255,120,32,.1);
}


/*=====顶部大图=====*/
.top-img{
  min-height: calc(100vw * 0.37);
}
.con-box{
  left: 0;
  right: 0;
  bottom: 25px;
  width: 100%;
  z-index: 2;
}
.con-box h2{
  color: rgba(255,255,255,.95);
  font-size: 20px;
  font-family: "微软雅黑";
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 0 0 2px rgba(0,0,0,.3);
}
.con-box .des{
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.85);
  line-height: 1.5;
  text-shadow: 0 0 1px rgba(0,0,0,.3);
}
.top-img-md{
  min-height: calc(100vw * 0.44);
}
.top-img-md .con-box{
  bottom: 45px;
}
.top-img-md .con-box .des{
  margin-top: 6px;
}
.top-img-lg{
  min-height: calc(100vw * 0.4);
}
.top-img-lg .con-box{
  bottom: 48px;
}
/*.top-img-case::before{
  position: absolute;
  content: '';
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/bg-dot.png);
  background-color: rgba(0,0,0,.4);
}*/

/*=====顶部视频=====*/
.video-box{
  position: relative;
  min-height: calc(100vw * 0.55);
}
.video-box video{  
  width: 100%; 
  vertical-align: bottom;
  
  /*filter: blur(15px); //背景模糊设置 
  -webkit-filter: grayscale(100%);  
  filter:grayscale(100%); //背景灰度设置  
  z-index:-11;*/
}
.video-box::before{
  position: absolute;
  content: '';
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-image: url(../img/bg-dot.png);
  background-color: rgba(0,0,0,.3);
}
.video-box .con-box{
  bottom: 0;
  top: 0;
}
.video-box .con-box h2{
  color: rgba(255,255,255,.93);
}


/*=====焦点图=====*/
.swiper-focus .swiper-slide{
  overflow: hidden;
}
.swiper-focus .swiper-slide .bg-img {
  min-height: calc(100vw * .5867);
}
.swiper-focus .swiper-slide .focus-text-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: rgba(255,255,255,.95);
}
.swiper-focus .swiper-slide .focus-text-box img{
  position: absolute;
  right: calc(100vw * 0);
  top: 50%;
  height: calc(100vw * .39);
  margin-top: calc(-100vw * .185);
  max-width: none;
  max-height: none;
  z-index: 0;
}
.swiper-focus .swiper-slide .focus-text-box .focus-text{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  z-index: 1;
}
.focus-text-box .focus-text{
  padding-left: 15px;
  padding-right: 15px;
}
.swiper-focus .swiper-slide .focus-text-box .focus-text h3{
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "微软雅黑";
  
}
.swiper-focus .swiper-slide .focus-text-box .focus-text .text{
  font-family: "Microsoft Yahei light";
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 15px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.swiper-focus .swiper-slide .focus-text-box .focus-text .btn{
  border-color: rgba(255,255,255,.5);
  color: rgba(255,255,255,.9);
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 0;
}
.swiper-focus .swiper-slide .focus-text-box .focus-text .btn:hover{
  background-color: rgba(255,255,255,.1);
}

/*第一张图*/
.swiper-focus .swiper-slide[name="0"] .focus-text-box .focus-text{
  width: 100%;
  text-align: center;
}
/**/
.swiper-pagination-bullet{
  width: 12px !important;
  height: 3px !important;
  border-radius: 9px !important;
}
.swiper-pagination-bullet{
  opacity: .4 !important;
  background-color: #fff !important;
}
.swiper-pagination-bullet-active{
  opacity: .9 !important;
  background-color: #ffc70f !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{

}

/*焦点图动画 start*/
.swiper-focus .swiper-slide-active .focus-text-box .focus-text h3{
  animation:fadeInUpa .8s ease .2s 1;
  -webkit-animation:fadeInUpa .8s ease .2s 1;
  opacity: 0;
  animation-fill-mode: forwards;
}
.swiper-focus .swiper-slide-active .focus-text-box .focus-text .text{
  animation:fadeInUpa .9s ease .2s 1;
  -webkit-animation:fadeInUpa .9s ease .2s 1;
  opacity: 0;
  animation-fill-mode: forwards;
}
.swiper-focus .swiper-slide-active .focus-text-box .focus-text .btn{
  animation:fadeInUpa .9s ease .25s 1;
  -webkit-animation:fadeInUpa .9s ease .25s 1;
  opacity: 0;
  animation-fill-mode: forwards;
}
/* .swiper-focus .swiper-slide-active .focus-text-box img{
  animation:fadeInUpa .5s ease .25s 1;
  -webkit-animation:fadeInUpa .5s ease .25s 1;
  opacity: 0;
  animation-fill-mode: forwards;
} */

/*=====客服=====*/
.service-online{
  position: fixed;
  right: 10px;
  bottom: 480px;
  margin-top: -70px;
  border-radius: 3px;
  box-shadow: 0 0 8px 2px rgba(0,0,0,.07);
  z-index: 999;
  transform: translateX(150px);
  transition: .6s;
}
.service-online.service-online-hide{
  transform: translateX(0px);
}
.service-online .service img{
  position: relative;
  z-index: 1000;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
}
.service-online .service .hidden-con{
  top: 0;
  right: 80px;
  padding-right: 15px;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: .3s
}
.service-online .service:hover .hidden-con{
  right: 100px;
  opacity: 1;
  width: auto;
  height: auto;
  overflow: visible;
}
.service-online .hidden-con .bg-white{
  position: relative;
  width: 264px;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.15);
  border-radius: 5px;
  padding: 30px;
  font-size: 14px;
}
.service-online .hidden-con .bg-white::before,
.service-online .hidden-con .bg-white::after{
  position: absolute;
  top: 40px;
  right: -9px;
  content: '';
  width: 0;
  height: 0;
  border-width:9px 0 9px 9px;
  border-style:solid;
  border-color:transparent transparent transparent #eaeaea;
}
.service-online .hidden-con .bg-white::after{
  right: -7px;
  border-color:transparent transparent transparent #fff;
}
.service-online .hidden-con .bg-white .close{
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
}
.service-online .hidden-con .bg-white .close .icon{
  font-size: 22px;
  line-height: 30px;
  opacity: .5;
}
.service-online .hidden-con .bg-white .phone{
  color: #ff2323;
  font-size: 28px;
  line-height: 130%;
}
.service-online .hidden-con .bg-white .border-bottom{
  border-bottom-color: #f3f3f3 !important;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.service-online .hidden-con .bg-white .icon{
  font-size: 32px;
}
.service-online .hidden-con .bg-white .text-success{
  color: #80d64c !important;
}
.service-online .hidden-con .bg-white .text-blue{
  color: #62b0ff !important;
}
.service-online .hidden-con .bg-white img{
  margin-top: 10px;
  margin-bottom: 5px;
}

.service-online .back-top{
  padding: 5px 10px;
  border-radius: 0 0 3px 3px;
}
.service-online .back-top .icon{
  font-size: 20px;
  color: #333333;
}
.back-top-mobile .icon{
  color: #fff;
  width: 22px;
  height: 22px;
  margin-top: 12px;
}

/*=====网站底部=====*/
.ft{
  margin-bottom: 50px;
  line-height: 190%;
}
.ft,.ft a{
  color: rgba(255,255,255,.5);
  font-size: 12px;
  transition: .4s;
}
.ft a:hover{
  color: rgba(255,255,255,.8);
}
.ft .py-ft{
  padding: 35px 0;
}

/*--上--*/
.ft .bg-danger-lt{
  color: #000;
  font-size: 60px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.ft .bg-danger-lt .list-statistics{

}
.ft .bg-danger-lt .list-statistics .item{
  padding: 0 calc(100vw * 0.025);
}
.ft .bg-danger-lt .list-statistics .item span{
  line-height: 110%;
  padding-bottom: 5px;
}
.ft .bg-danger-lt .list-statistics .item div{
  font-size: 16px;
  font-weight: normal;
  font-family: "microsoft yahei light";
}

/*--下--*/
.ft .bg-gray-dk dt,
.ft .bg-gray-dk dt a,
.ft .bg-gray-dk .sbefore .icon,
.ft .bg-gray-dk .sbefore .phone{
  color: rgba(255,255,255,.75);
}
/*左*/
.ft .bg-gray-dk .sbefore{

}
.ft .bg-gray-dk .sbefore .icon{
  font-size: 42px;
  margin-right: 15px;
  margin-top: 30px;
}
.ft .bg-gray-dk .sbefore .phone{
  font-family: "微软雅黑";
  margin-bottom: 10px;
}
.ft .bg-gray-dk .sbefore .phone div{
  font-size: 28px;
  font-weight: normal;
  line-height: 200%;
}
.ft .bg-gray-dk .sbefore a{
  line-height: 200%;
}


/*中*/
.ft .bg-gray-dk .business{

}
.ft .bg-gray-dk .business dl{
  padding: 0 calc(100vw * 0.014);
}
.ft .bg-gray-dk .business dl:first-child{
  padding-left: 0;
}
.ft .bg-gray-dk .business dl:last-child{
  padding-right: 0;
}
.ft .bg-gray-dk .business dl dt{
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
}
.ft .bg-gray-dk .business dl dd{
  margin-bottom: 0;
}

/*右*/
.ft .bg-gray-dk .about dl dd .square-80,
.ft .bg-gray-dk .about dl dd img{
  margin: 5px 0 10px 0;
  display: none;
}
.ft .bg-gray-dk .about dl dd:nth-child(2) .square-80,
.ft .bg-gray-dk .about dl dd:nth-child(2) img{
  display: block;
}
.ft .bg-gray-dk .about dl dd:hover,
.ft .bg-gray-dk .about dl dd:hover a{
  color: rgba(255,255,255,.8);
}
.ft .bg-gray-dk .about dl dd .square-80{
  border: 1px solid rgba(255,255,255,.25);
}
.ft .bg-gray-dk .about dl dd .square-80 .icon{
  font-size: 46px;
  line-height: 100%;
  color: rgba(255,255,255,.6);
}

/*底部新闻*/
.ft .ft-info .ft-linfo{
  position: relative;
}
.ft .ft-info .ft-linfo .ftnews-box .list-ftnews{
  display: none;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 280px;
  border: 1px solid rgba(0,0,0,.1);
  padding: 15px 0;
  z-index: 99;
}
.ft .ft-info .ft-linfo .ftnews-box .list-ftmap{
  bottom: 22px;
  width: 90px;
  height: 160px;
}
.ft .ft-info .ft-linfo .ftnews-box .list-ftnews > *{
  padding: 0 15px;
}
.ft .ft-info .ft-linfo .ftnews-box .list-ftnews li a{
  display: inline-block;
  color: #575757;
  padding: 4px 0;
  transition: .3s;
  line-height: 1.45;
}
.ft .ft-info .ft-linfo .ftnews-box .list-ftnews li a:hover{
  color: #ff636d;
}


/*====方案详细页====*/
.solution-detail .des{
  line-height: 150%;
  font-size: 14px;
}
.solution-detail .title-01 .des{
  padding: 0 30px;
  font-size: 16px;
}
/*---圆形---*/
.rounded-circle.square-70{
  line-height: 70px;
  margin: 0 auto;
  color: rgba(255,255,255,.95);
  border: 1px solid rgba(255,255,255,.85);
  font-size: 20px;
}

/*---section-01---*/
.solution-01 .list-solution-01{
  margin-bottom: 35px;
}
.solution-01 .list-solution-01 .col .title{
  background-color: #696969;
  margin-bottom: 10px;
}
.solution-01 .list-solution-01 .col:nth-child(2) .title{
  background-color: #478ffb;
}
.solution-01 .list-solution-01 .col:nth-child(3) .title{
  background-color: #ffc70f;
}
.solution-01 .list-solution-01 .des{
  font-size: 15px;
  color: #353535;
}
.solution-01 .consult .btn{
  margin-top: 15px;
  background-color: #ffc70f;
  color: #fff;
  padding: 7px 25px;
}
.solution-01 .consult .des{
  color: #575757;
  font-size: 15px;
}

/*---section-02---*/
.solution-02{
  color: rgba(255,255,255,.75);
}
.solution-02 .title-line h2{
  position: relative;
  display: inline-block;
}
.solution-02 .title-line h2::before{
  position: absolute;
  content: '';
  left: 50%;
  bottom: -15px;
  width: 2em;
  height: 1px;
  background-color: rgba(255,255,255,.8);
  margin-left: -1em;
}
.solution-02 .list-solution-02 .col-6{
  margin-bottom: 30px;
}
.solution-02 .list-solution-02 .rounded-circle{
}
.solution-02 .list-solution-02 .title{
  color: rgba(255,255,255,.95);
  margin: 10px 0;
}

/*---section-03---*/
/*tab nav*/
.solution-03 .swiper-solution .swiper-slide .bg-danger-lt{
  color: rgba(255,255,255,.95);
  padding: 14px 0;
}
.solution-03 .swiper-solution .swiper-slide.active .bg-danger-lt,
.solution-content{
  background-color: #000;
}
.solution-03 .swiper-solution .swiper-slide .num{
  border: 1px solid rgba(255,255,255,.85);
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: 0 auto 7px auto;
  font-size: 14px;
}
.solution-03 .swiper-solution .swiper-slide .title{
  font-size: 14px;
  margin-bottom: 0;
}

/*tab content*/
.solution-content{
  margin-top: 10px;
  color: rgba(255,255,255,.75);
}
.solution-detail .solution-content .title-01 .des{
  color: rgba(255,255,255,.85);
}
.solution-content .list-one .col-12{
  margin-bottom: 25px;
}
.solution-content .list-one .col-12 .icon{
  line-height: 100%;
  font-size: 60px;
  color: rgba(255,255,255,.95);
}
.solution-content .list-one .col-12 .title{
  margin: 15px 0 10px 0;
  font-size: 18px;
  color: rgba(255,255,255,.95);
}
.solution-content .list-one .col-12 .des{
  padding: 0 30px;
}

/*---section-04---*/
.solution-04 .bg-danger-lt{
  color: rgba(255,255,255,.95);
}
.list-solution-04 .col-4{
  margin-bottom: 15px;
}
.list-solution-04 .col-4 .bg-danger-lt{
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.8);
}
.list-solution-04 .col-4 .bg-danger-lt .title{
  font-size: 15px;
}
.list-solution-04 .col-4 .bg-danger-lt .icon{
  font-size: 40px;
  line-height: 1.2;
}

/*---section-05---*/
.solution-05 .team-top{
  margin-bottom: 30px;
}
.solution-05 .team-bottom .item{
  padding: 0 25px;
}
.solution-05 .swiper-team{
  max-width: 1300px;
}
.solution-05 .title{
  margin-top: 10px;
  margin-bottom: 8px;
  color: #001432;
}
.solution-05 .list-team .des,
.solution-05 .swiper-slide .des{
  color: #999;
}

/*---技术方案---*/
.solution-detail .title-box{
  margin-bottom: 20px;
  padding: 0 25px;
}
.solution-detail .title-box .title{
  font-size: 20px;
  color: rgba(255,255,255,.95);
  line-height: 1.7;
}
.solution-detail .title-box .des{
  font-size: 15px;
}
.solution-detail .title-box-lg .title{
  margin-bottom: 5px;
}

/*1-4点*/
.solution-onefour .item{
  padding: 0 10px;
  margin-bottom: 35px;
}
.solution-onefour .item .icon{
  line-height: 1;
  font-size: 50px;
}
.solution-onefour .item .title{
  margin-top: 10px;
  color: rgba(255,255,255,.85);
  font-size: 15px;
}

/*5点*/
.solution-five{
  margin-bottom: 35px;
}
.solution-five .list-model{
  padding: 0 15px;
}
.solution-five .list-model .item{
  background-color: #1cc7ff;
  border-radius: 5px;
  width: 66px;
  height: 66px;
  margin: 0 auto 15px auto;
  padding: 13px 0;
}
.solution-five .list-model .item .text-box{
  font-size: 16px;
  width: 32px;
  line-height: 20px;
  margin: 0 auto;
  color: rgba(255,255,255,.95);
}

/*6点*/
.solution-six .list-language{
  padding: 0 15px;
}
.solution-six .list-language .item{
  background-color: #21dbe7;
  color: rgba(255,255,255,.95);
  margin-bottom: 15px;
  line-height: 1;
  padding: 20px 0;
}
.solution-six .list-language .item .icon{
  font-size: 46px;
}
.solution-six .list-language .item .title{
  font-size: 16px;
  color: rgba(255,255,255,.95);
  margin-top: 12px;
  margin-bottom: 2px;
}

/*===关于详情页===*/

.about-box{
  max-width: 1030px;
  margin: 0 auto;
}

/*---公司介绍---*/

/*---企业文化---*/
.list-about{

}
.list-about .item{
  background-color: rgba(255,255,255,.9);
  padding: 40px 10px;
  margin-bottom: 15px;
}
.list-about .item .title{
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 0;
}
.list-about .item .des{
  font-size: 15px;
} 

/*---发展历程---*/
.list-history{
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}
.list-history::before{
  position: absolute;
  content: '';
  left: 100px;
  top: 20px;
  bottom: -20px;
  width: 1px;
  background-color: #d8d8d8;
}
.list-history .item{
  margin-bottom: 20px;
}
.list-history .item > .title{
  margin-bottom: 15px;
}
.list-history .item.first{
  
}
.list-history .item.first > .title{
  position: relative;
}
.list-history .item.first .icon{
  position: absolute;
  color: #f0b800;
  font-size: 26px;
  width: 26px;
  left: 87px;
} 
.list-history .item > .title{
  font-size: 20px;
  color: #f0b800;
  margin-top: 0;
} 
.list-history .item ul{

}
.list-history .item ul li{
  margin-bottom: 10px;
}
.list-history .item ul li .title{
  flex: 0 0 120px;
  padding-left: 30px;
  margin-top: 0;
  color: #f0b800;
  font-size: 14px;
  position: relative;
  line-height: 20px;
}
.list-history .item ul li .title::before{
  position: absolute;
  content: '';
  top: 7px;
  right: 16px;
  width: 7px;
  height: 7px;
  /*margin-top: -3px;*/
  border-radius: 50%;
  border: 2px solid #ffc70f;
  background-color: #fff;
}
.list-history .item ul li .right{
  font-size: 14px;
  line-height: 22px;
  color: #757575;
}

/*=====联系我们=====*/
/*---section-01---*/
.contact-con{
  font-size: 14px;
}
.contact-con h3{
  font-size: 20px;  
}
.contact-con p{
  margin-bottom: 8px;
}

/*---section-02---*/
.list-contact{
  font-size: 14px;
  line-height: 1.6;
}
.list-contact .title-contact{
  font-size: 20px;
}
.list-contact .item{
  margin-bottom: 40px;
}
.list-contact .title-contact{
  color: #333333;
}
.list-contact .item .icon{
  display: block;
  color: #367be2;
  font-size: 56px;
  line-height: 1;
  margin: 0 auto 15px auto;
} 
.list-contact .item:nth-child(2) .icon{
  color: #33c324;
}
.list-contact .item .phone a{
  color: #333333;
  font-size: 26px;
}
.list-contact .item .d-flex .item-inner{
  padding: 0 20px;
} 

/*=====小程序开发======*/

/*section-01-02*/
.list-xcx-icon .item{
  margin-bottom: 30px;
}
.list-xcx-icon .item .icon{
  font-size: 46px;
}
.list-xcx-icon.list-icon-sm .item .icon{
  font-size: 34px;
  color: #333333;
}
.list-xcx-icon .item .title{
  font-size: 16px;
  margin-top: 10px;
}
.list-xcx-icon .item .title-sm{
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.list-xcx-icon .item .des{
  font-size: 14px;
  line-height: 1.5;
}
.bg-img .list-xcx-icon .item .title-sm,
.bg-img .list-xcx-icon .item .des,
.bg-img .list-xcx-icon .item .icon{
  color: rgba(255,255,255,.95);
}
.more-box{
  color: rgba(255,255,255,.95);
}
.more-box .btn{
  border-color: rgba(255,255,255,.6);
  color: rgba(255,255,255,.95);
}
.more-box .btn:hover,
.more-box .btn:focus,
.more-box .btn:active{
  background-color: rgba(255,255,255,.8) !important;
  border-color: rgba(255,255,255,.9) !important;
  color: #575757 !important;
}
.consult-box .btn{
  background-color: #005fc9;
  color: rgba(255,255,255,.95);
}
.consult-box .btn:hover,
.consult-box .btn:focus,
.consult-box .btn:active{
  color: rgba(255,255,255,.95);
  background-color: #035abc;
}
.consult-box .btn-orange{
  background-color: #ff9000;
}
.consult-box .btn-orange:hover,
.consult-box .btn-orange:focus,
.consult-box .btn-orange:active{
  background-color: #dd7e02;
}
.consult-box .btn-blue-dk{
  background-color: #404982;
}
.consult-box .btn-blue-dk:hover,
.consult-box .btn-blue-dk:focus,
.consult-box .btn-blue-dk:active{
  background-color: #242d6a;
}
.more-box .des,
.consult-box .des{
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.more-box .btn,
.consult-box .btn{
  padding: 8px 30px;
  font-size: 14px;
}

/*section-03*/
.list-xcx-step .item{
  position: relative;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
}
.list-xcx-step .item .icon{
  font-size: 72px;
}
.list-xcx-step .item .num{
  position: relative;
  color: rgba(255,255,255,.95);
  margin: 30px auto 15px auto;
  font-size: 18px;
}
.list-xcx-step .item::before,
.list-xcx-step .item .num::before{
  position: absolute;
  content: '';
  left: 0;
  top: 120px;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,.1);
  z-index: 0;
}
.list-xcx-step .item .num::before{
  top: 0;
  border-radius: 50%;
}
.list-xcx-step .item .num span{
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.list-xcx-step .item .num,
.list-xcx-step .item .num::before,
.list-xcx-step .item .num span{
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.list-xcx-step .item .num::before{
  background-color: #182947;
}
.list-xcx-step .item .title,
.list-xcx-step .item .icon{
  color: #182947;
}
.list-xcx-step.blue .item .num::before{
  background-color: #46d9ed;
}
.list-xcx-step.blue .item .title,
.list-xcx-step.blue .item .icon{
  color: #46d9ed;
}

/*=====网站建设=====*/
/*section-02-04*/
.bg-wzjs,
.bg-img .title-01 h2,
.bg-img .title-01 .des{
  color: rgba(255,255,255,.95);
}
.bg-wzjs .list-wzjs-icon{
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg-wzjs .list-wzjs-icon .item{
  padding-left: 15px;
  padding-right: 15px;
}
.bg-wzjs .list-wzjs-icon .item.add{
  position: relative;
  width: 30px;
}
.bg-wzjs .list-wzjs-icon .item.add::before,
.bg-wzjs .list-wzjs-icon .item.add::after{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 25px;
  height: 1px;
  margin-left: -12px;
  background-color: rgba(255,255,255,.4);
}
.bg-wzjs .list-wzjs-icon .item.add::after{
  height: 25px;
  width: 1px;
  margin-top: -12px;
  margin-left: 0;
}
.bg-wzjs .list-wzjs-icon .item .icon{
  font-size: 56px;
}

/*section-03-06*/
.list-rounded-text .item{
  margin-bottom: 35px;
}
.list-rounded-text .item .rounded-circle{
  width: 100px;
  height: 100px;
  background-color: #64b532;
  color: rgba(255,255,255,.95);
  font-size: 18px;
  line-height: 1.3;
}
.list-rounded-text .item:first-child .rounded-circle{
  background-color: #f49c9e;
}
.list-rounded-text .item:last-child .rounded-circle{
  background-color: #ffa000;
}
.list-rounded-text .item .rounded-circle.bg-blue{
  background-color: #005fc9;
}
.list-rounded-text .item .des{
  font-size: 16px;
  margin-top: 20px;
}
.list-rounded-text.list-rounded-blue .item .rounded-circle{
  background-color: #005fc9;
}

/*section-01*/
.list-contrast{
  border: 1px solid rgba(0,0,0,.08);
  border-bottom-width: 0;
  box-shadow: 0 0 10px 4px rgba(0,0,0,.05);
  margin-bottom: 35px;
}
.list-contrast .item .d-table-cell:nth-child(2){
  width: 80px;
  background-color: #005fc9;
  color: rgba(255,255,255,.95);
  border-bottom-color: rgba(255,255,255,.15);
  transform: translateY(-10px);
}
.list-contrast .item .d-table-cell:nth-child(1){
  border-right: 1px solid rgba(0,0,0,.08);
}
.list-contrast .item .d-table-cell:nth-child(3){
  border-left: 1px solid rgba(0,0,0,.08);
}
.list-contrast .item .d-table-cell{
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.5;
}
.list-contrast .item .d-table-cell img{
  height: 60px;
}
.list-contrast .item .d-table-cell.title{
  font-size: 16px;
  color: #282828;
}


/*=====设计=====*/
.list-sheji .item{
  margin-bottom: 30px;
}
.list-sheji .item .title{
  font-size: 18px;
  color: #333333;
  margin-top: 0;
}
.list-sheji .item .des{
  font-size: 14px;
  color: #888888;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 15px;
}

/*=====媒体列表=====*/
.list-media{
  margin-right: auto;
  margin-left: auto;
}
.list-media .item{
  width: 110px;
  height: 110px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 5px;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.list-media .item:nth-child(3n+1){
  border-left: 1px solid #ededed;
}
.list-media .item:nth-child(1),
.list-media .item:nth-child(2),
.list-media .item:nth-child(3){
  border-top: 1px solid #ededed;
}

/*=====域名注册=====*/
.yuming-search{
  padding-top: 45x !important;
  padding-bottom: 45x !important;
}
.yuming-search .bg-violet{
  padding-top: 25px !important;
  padding-bottom: 25px !important ;
}
.yuming-search .bg-violet .title{
  color: rgba(255,255,255,.95);
  line-height: 1.2;
  margin-bottom: 20px;
}
.yuming-search .bg-violet input{
  border-width: 0;
  padding: 8px 15px;
  width: 60%;
}
.yuming-search .bg-violet .btn{
  color: #565bf3;
  background-color: #ffee00;
  border-color: #ffee00;
  font-size: 14px;
  padding: 6px 20px;
  line-height: 1.9;
}
.yuming-search .bg-violet .btn:hover,
.yuming-search .bg-violet .btn:focus,
.yuming-search .bg-violet .btn:active{
  background-color: #efdf04 !important;
  border-color: #efdf04 !important;
  color: #565bf3 !important;
}
.table-yuming th, .table-yuming td{
  padding: 8px 5px;
  font-size: 14px;
}
.table-yuming thead th{
  border-width: 1px;
  background-color: #f4f9ff;
  font-weight: normal;
  padding: 12px 5px;
  font-size: 16px;
}

/*=====企业邮局 400电话=====*/
/*section-eamil-01*/
.list-email-icon .item{
  margin-bottom: 25px;
}
.list-email-icon .item .rounded-circle,
.list-phone-num .item .rounded-circle{
  width: 76px;
  height: 76px;
  background-color: #404982;
}
.list-email-icon .item .rounded-circle .icon,
.list-email-icon .item .rounded-circle .num{
  font-size: 42px;
  color: rgba(255,255,255,.95);
}
.list-email-icon.orange .item .rounded-circle{
  background-color: #ff9000;
}
.list-email-icon.violet .item .rounded-circle{
  background-color: #44347c;
}
.list-email-icon .item .title.title-lg{
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 2;
}

/*section-eamil-02*/
.item .price{
  color: #888888;
}
.item .price .text-red{
  font-size: 24px;
}
.list-email-intro{
  margin-bottom: 15px;
}
.list-email-intro .item{
  font-size: 14px;
}
.list-email-intro .item .header{
  background-color: #4b6ea4;
  color: rgba(255,255,255,.95);
  height: 58px;
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.2;
}
.list-email-intro .item:nth-child(2) .header{
  background-color: #059ff0;
}
.list-email-intro .item:nth-child(3) .header{
  background-color: #025bc9;
}
.list-email-intro .item:nth-child(4) .header{
  background-color: #d42a2f;
}
.list-email-intro .item .header img{
  height: 25px;
}
.list-email-intro .item ul li{
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 0;
}
.list-email-intro .item ul li .price{
  margin-top: 10px;
  margin-bottom: 5px;
}
.list-email-intro .item .content{
  padding: 15px 15px 25px 15px;
  line-height: 1.7;
}

/*section-phone-01*/
.list-phone-num{
  font-size: 14px;
  margin-bottom: 15px;
}
.list-phone-num .item{
  margin-bottom: 15px;
}
.list-phone-num .item .border{
  border: 1px solid #ededed !important;
  padding: 25px 10px;
}
.list-phone-num .item .title{
  margin-top: 0;
  font-size: 22px;
}
.list-phone-num .item .rounded-circle{
  margin-top:15px;
  margin-bottom: 15px;
  background-color: #ff9000;
  color: rgba(255,255,255,.95);
  font-size: 22px;
}
.list-phone-num .item:nth-child(2) .rounded-circle{
  background-color: #ff6868;
}
.list-phone-num .item:nth-child(3) .rounded-circle{
  background-color: #3b99f0;
}
.list-phone-num .item:nth-child(4) .rounded-circle{
  background-color: #57be5b;
}
.list-phone-num .item .rounded-circle.num{
  font-size: 42px;
}
.list-phone-num .item .row{
  padding: 0 30px;
}
.list-phone-num .item .item-inner{
  padding: 5px 0;
}
.list-phone-num .item .item-inner:hover{
  color: #ff9000;
}


/*section-phone-02*/
.list-phone-price{
  font-size: 14px;
  margin-bottom: 15px;
  color:  #777;
}
.list-phone-price > *{
  margin-bottom: 15px;
}
.list-phone-price .item{
  padding: 0 15px 25px 15px;
}
.list-phone-price .item .title{
  font-size: 16px;
  line-height: 2.8;
  border-bottom: 1px solid #ededed;
  margin-top: 0;
}
.list-phone-price .item .price{
  margin: 20px 0;
}

/*section-phone-03*/
.list-phone-img .item{
  border-right: 1px solid #e5e5e5;
  padding: 10px 10px;
}
.list-phone-img .item:last-child{
  border-width: 0;
}
.phone-content-text{
  margin: 25px 0;
  font-size: 14px;
}





/*=====私募掌柜07-09=====*/
/*列表*/
.list-ensure .item img,
.list-ensure .item > img{
  width: 60px;
}
.list-ensure .item .media img{
  margin-right: 10px;
}
.list-ensure .item .title{
  font-size: 16px;
  color: #353535;
  margin-top: 0;
  margin-bottom: 5px;
}
.list-ensure .item .des{
  font-size: 13px;
  line-height: 1.5;
  color: #888;
}
.list-innovate .item{
  margin-bottom: 25px;
}
.bg-img .list-ensure .item .title{
  color: rgba(255,255,255,.8);
}
.bg-img .list-ensure .item .des{
  color: rgba(255,255,255,.65);
}

.list-partner .item > .title{
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 22px;
}
.list-partner .item .inner-item{
  margin-bottom: 15px;
}
.list-partner .item .inner-item .bg-white{
  padding: 20px 10px;
  height: 100%;
}
.list-partner .item .inner-item .bg-white img{
  height: 48px;
}
.list-partner .item:last-child .inner-item .bg-white img{
  height: 32px;
}
.list-partner .item .inner-item .bg-white .title{
  margin-top: 10px;
}
.list-partner .item .inner-item .bg-white .des{
  font-size: 12px;
  color: #888;
}

/*联系我们*/
.list-smcontant .title-smcontact{
  margin-bottom: 20px;
}
.list-smcontant .title-smcontact .title{
  font-size: 22px;
  color: #353535;
}
.list-smcontant .title-smcontact .des{
  font-size: 13px;
  line-height: 1.5;
}
.list-sale,.list-smcontant{
  font-size: 14px;
}
.list-sale .item{
  margin-bottom: 30px;
}
.list-sale .icon{
  font-size: 32px;
  height: 40px;
}
.list-sale .item .title{
  font-size: 22px;
  margin-top: 0;
  line-height: 1.8;
}
.list-sale .item .title a,
.list-sale .item .title{
  color: #353535;
}
.list-smcontant > .bg-white{
  margin-bottom: 15px;
}
.list-bussiness .title{
  font-size: 20px;
  color: #353535;
  margin-bottom: 8px;
}

/*新闻*/
.nvideo-box video{
  width: 100%;
  max-width: 860px;
}

/*首页优势*/
.list-advantage{
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 0;
}
.list-advantage > div{
  padding: 0;
}
.list-advantage .item{
  position: relative;
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
  margin-bottom: 0;
  padding: calc(100vw * .07) 2px calc(100vw * .085) 2px;
}
.list-advantage .item .icon{
  height: 30px;
  font-size: 30px;
}
.list-advantage .item .title{
  font-size: 14px;
  margin-top: 10px;
}
.list-advantage .item .hidden-con{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.8);
  color: rgba(255,255,255,.8);
  padding: 20px 15px;
  display: none;
  opacity: 0;
  transition: .3s;
}
.list-advantage .item .hidden-con .title-sm{
  font-size: 17px;
  color: rgba(255,255,255,1);
  width: 100%;
}
.list-advantage .item .hidden-con .des{
  width: 100%;
  line-height: 1.5;
}

/*首页方案*/
.swiper-solution .swiper-slide > .d-flex{
  padding: calc(100vw * .12) 15px;
  background-color: rgba(40,42,52,0.8);
}
.swiper-solution .swiper-slide > .d-flex .icon{
  font-size: 32px;
  color: #fff;
}
.swiper-solution .swiper-slide > .d-flex .title{
  position: relative;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  margin-top: 30px;
  height: 36px;
}
.swiper-solution .swiper-slide > .d-flex .title:before{
  position: absolute;
  content: '';
  top: -15px;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin-left: -10px;
}
.swiper-solution .swiper-slide > .d-flex .btn{
  left: 50%;
  bottom: -40px;
  width: 90px;
  font-size: 12px;
  color: #353535;
  margin-left: -45px;
  border-color: rgba(0,0,0,.3);
 
}
.swiper-solution .swiper-slide > .d-flex:hover{
  background-color: rgba(255,199,15,.9);
}
.swiper-solution .swiper-slide > .d-flex:hover .icon,
.swiper-solution .swiper-slide > .d-flex:hover .title{
  color: #353535;
}
.swiper-solution .swiper-slide > .d-flex:hover .title:before{
  background-color: rgba(0,0,0,.6);
}
.swiper-solution .swiper-slide > .d-flex:hover .btn{
  display: block !important;
}
.swiper-solution .swiper-slide > .d-flex:hover .btn:hover{
  background-color: rgba(255,255,255,.2);
}
.swiper-solution .swiper-slide > .d-flex,
.swiper-solution .swiper-slide > .d-flex .icon,
.swiper-solution .swiper-slide > .d-flex .position-relative{
  transition: .3s;
}
.swiper-solution .swiper-slide > .d-flex:hover .icon,
.swiper-solution .swiper-slide > .d-flex:hover > .position-relative{
  transform: translateY(-20px);
}

/*平台功能*/
.func-one .col-12 > img{
  width: 80%;
}
.func-one .img-left > div:first-child{
  order: 1;
}
.bg-primary .func-one .title-01 h2{
  color: #1a1a1a;
}
.bg-primary .func-one .title-01 .des{
  color: #353535;
}
.func-two.bg-gray-lest{
  background-color: #fff !important;
}
.func-two > .pb-section > .row{
  margin: 0;
}
.func-two .row .func-content{
  order: -1;
}
.func-two .title-01{
  padding-left: 15px;
  padding-right: 15px;
}

/*报价弹窗*/
.offer {
  position: fixed;
  left: 0;
  bottom: 51px;
  width: 100%;
  height: 0;
  z-index: 999;
  background-color: rgba(251,195,11,.95);
  overflow: hidden;
  transition: .4s ease
}

.offer.show {
  height: 243px;
  overflow: visible
}

.offer .con {
  border: 1px dashed rgba(255,255,255,.4);
  margin: 10px;
  padding: 30px 20px
}

.offer .des {
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.4
}

.offer h2 {
  color: #000;
  font-family: "微软雅黑";
  font-size: 27px;
  margin-bottom: 30px;
  margin-top: 15px;
  letter-spacing: 3px;
  letter-spacing: -2px;
  font-weight: bold
}

.offer input,.offer .btn {
  border-radius: 30px;
  height: 42px;
  width: 140px;
  line-height: 42px;
  padding: 0
}

.offer input {
  background-color: rgba(0,0,0,0);
  border: 1.2px solid rgba(255,255,255,.9);
  outline: 0;
  padding: 6px 20px;
  color: rgba(255,255,255,.98);
  font-size: 14px
}

.offer input::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(255,255,255,.9)
}

.offer .btn {
  background: 0;
  color: #1a1a1a;
  border-color: rgba(0,0,0,.9);
  font-size: 15px;
  transition: .5s;
  width: 120px
}

.offer .btn:last-child {
  background: #1a1a1a;
  color: #fff
}

.offer .btn:hover,
.offer .btn:hover:last-child{
  background: #000;
  color: #fff
}
.offer .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer
}

.offer .close-btn .icon {
  line-height: 60px;
  color: rgba(255,255,255,.8);
  font-size: 28px;
  transition: .3s
}

.offer .close-btn:hover .icon {
  color: rgba(255,255,255,.94)
}