﻿@charset "UTF-8";
body {
  background-color: #f5f6fa;
  -webkit-font-smoothing: antialiased;
  font-family: Microsoft YaHei, Regular;
  height: auto;
  color: #0b1926; }

.clearfix:after {
  content: '';
  height: 0;
  display: block;
  clear: both; }

.banner {
  position: absolute;
  width: 100%;
  margin-top: 80px;
  height: 2.5rem; }
  .banner .slide {
    height: 100%;
    width: 100%;
    overflow: hidden; }

.bannerBg {
  height: 2.8rem;
  overflow: hidden;
  cursor: pointer; }
  .bannerBg img {
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
    float: left;
    height: 100%;
    object-fit: cover; }

.bannerPagination {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .35rem;display:none; }
  .bannerPagination .doc {
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    margin: 0 3px;
    background-color: #2e98fe;
    display: inline-block;
    cursor: pointer; }
  .bannerPagination .active {
    background-color: #ff4278; }

.pushContainer {
  margin-top: 0.925rem;
  position: relative;
  z-index: 2; }
.white-box {
    background:#fff;
    padding-bottom: 20px;
}

/* 首页卡片抽象布局   ***** START     ***** */
.cardBox {
  height: 100%;
  /*padding: 0 10px;*/
  margin-bottom: 20px; }

.boxContent {
  height: 100%;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(80, 94, 169, 0.2);
  box-shadow: 0px 0px 5px rgba(80, 94, 169, 0.2);
  }

.commonCard {
  width: 100%;
  float: right;
  height: 0.55rem;
  margin:15px 0;
}
.commonCard .boxContent{
    box-shadow:none;
    background-color: #f5f6fa;
}
.serviceCard {
  height: .5rem;
  width:100%;
  background: linear-gradient(to right, rgba(0, 80, 212, 0.8) , rgba(40, 72, 206, 0.8) , rgba(184, 3, 244, 0.8));
  top: -100px;
  left:0;
  position: absolute;
}

.newsCard {
  height: 1.8rem;
  margin-top:30px;
}
.newsCard .boxContent{
    box-shadow:none;
}


.searchBar{
    display:none;
}
.libTaskCard {
  width: 1.3rem;
  float: left; }

.resourceCard {
  width: 50%;
  float: right; }

.hotDbCard {
  width: calc( (100% - 30px ) / 2);
  float: left;
  margin-top:35px;
  height: 1.8rem;
}
.hotDbCard .boxContent {
    box-shadow:none;
    border:1px #e2e2e2 solid;
}
.hotDbCard  .cardHeader {
    border:0;
}
.hotDbCard .title-text {
    color:#1d1d1d;
    opacity:0.4;
    font-size:16px;
    font-weight:bold;
    padding: 0 .1rem;
    margin-top: -10px;
}
.hotDbCard .cardContent {
   padding:0.05rem .1rem;
}
.toolCard {
    float:right;
}
.cardHeader .more {
  color: #a1a4a9;
  height: .11rem;
  line-height: .1rem;
  border-radius: .1rem;
  cursor: pointer;
  font-size: .07rem;
  display: inline-block; }
.cardHeader .more:before{
    display:none;
}
.title > img {
  width: 0.08rem;
  height: 0.08rem;
  display: block;
  float: left; }

.more:hover, .more:active, .more:focus {
  text-decoration:underline }

/*.newsCard .boxContent,*/
/*.libTaskCard .boxContent,*/
/*.resourceCard .boxContent,*/
/*.hotDbCard .boxContent {*/
/*    !*display: flex;*!*/
/*    !*flex-direction: column;*!*/
/*}*/
/*.newsCard .boxContent .cardContent,*/ 
.libTaskCard .boxContent .cardContent, .resourceCard .boxContent .cardContent, .hotDbCard .boxContent .cardContent {
  height: calc(100% - .38rem);
  position: relative; }

.cardHeader {
  height: .225rem;
  padding: 0 .1rem;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  border-bottom: 1px solid #bdcad4; }

.cardContent {
  padding: .1rem; }

.cardHeader > .title {
      display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .08rem;
    white-space: nowrap;
    width: 100%;
    color: #0050d4; }
  .cardHeader > .title > img {
    margin-right: .05rem; }
  .cardHeader > .title > ul {
    margin: 0 .1rem; }
.cardHeader .wrapper {
  overflow: hidden;
  margin: 0 .1rem; }
  .cardHeader .wrapper > ul {
    overflow: visible; }
  .cardHeader > .title span span {
      display:none;
      color: #a1a4a9;
      font-size: .07rem;
      margin-left:8px;
  }

.tabs-header {
  text-align: center;
  display: inline-block;
  line-height: 0.16rem;
  position: relative;
  display: flex;
  overflow: hidden; }
  .tabs-header li {
    float: left;
    position: relative;
    white-space: nowrap;
  }
.tabs-header li:not(:last-of-type) {
      margin-right: 20px; }
.tabs-header li a {
    display: block;
    background:#ebf1ff;
    font-size:14px;
    font-weight:bold;
}
.tabs-header li.active a {
    color: #3377ff; 
    background:#fff;

}


.navLine {
  position: absolute;
  width: .48rem;
  height: 0.015rem;
  transition-duration: .3s;
  bottom: -0.005rem;
  background-color: #2e98fe;
  display: inline-block;
  left: 0; }

/* 首页卡片抽象布局   ***** END ***** */
/*卡片内容布局 - serviceCard  START*/
.commonCard .title {
  height: .3rem;
  line-height: .3rem;
  padding: 0 .1rem;
  background-color: #257acb;
  color: #ffffff;
  cursor: pointer; }
.commonCard .content {

}
  .commonCard .content > ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
  .commonCard .content > ul > li {
          text-align: center;
  }
    .commonCard .content > ul > li:first-child{
      background: linear-gradient(to right bottom, #094fc6 , #3044ca , #782fd0);
    border-radius: 30px 0;
    width: 0.65rem;
    text-align: center; 
}
    .commonCard .content > ul > li a{
  display: flex;
  flex-flow: column;
  cursor:pointer;
  }
    .commonCard .content > ul > li >a img {
        width: 60px;
        height:60px;
        display: inline-block;
        margin: 0 auto 17px auto;
        -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-duration: .3s;
    }
     .commonCard .content > ul > li >a i {
        color:#0050d4;
        font-size:50px;
        margin: 0 auto;
        -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-duration: .3s;
    }
    .commonCard .content > ul > li:hover img,
    .commonCard .content > ul > li:hover i {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }
.serviceCard .content a .name{
    color:#fff;
    font-size:16px;
}
    .commonCard-title {
        font-size:20px;
        font-weight:bold;
        color:#fff;
        display: flex;
        flex-flow: column;
        height: 0.55rem;
    justify-content: center;
    cursor: default;
    }
    .commonCard-title span{
        font-size:16px;
        opacity:0.6;
        margin-top:2px;
    }
    .commonCard .content > ul > li > .commonCard-text > h4 {
      line-height: .14rem;
      font-size: .08rem;
      color: #2c2c2c;
    }
.cardTitle {
    color: #454545;
    display:none;
}
.cardTitle span{
color:#1d1d1d;
opacity:0.4;
}

/* 卡片内容布局 - serviceCard   END*/
/*卡片内容布局 - serviceCard  START*/
.serviceCard .title {
  height: 100%;
    text-align: center;
    width: calc(100% / 6);
    float: right; }
  .serviceCard .title > .more {
   width: 0.55rem;
    line-height: 32px;
    height: 32px;
    border-radius: 16px;
    background: #fff; }
.serviceCard .boxContent {
  display: flex;
  justify-content: space-between;
  position: relative; 
  margin: 0 10px;
  background:none;
  align-items: center;
  box-shadow: none;
}
  .serviceCard .boxContent:hover .serviceNav {
    opacity: 1;
    visibility: visible; }
.serviceCard .wrapper {
  overflow: hidden;
  width: 100%;
 }
.serviceCard .content {
  overflow: hidden;
  width: 100% !important;
  height: 0.5rem;
}
  .serviceCard .content li{
    width: calc(100% / 8);
    float: left;
  }
  .serviceCard .content a {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition-duration: .3s;
    height: .5rem;
    flex-flow: column;
    justify-content: center;
}
    .serviceCard .content a:hover {
        background:rgba(255,255,255,.2);
 }
.serviceCard .content a i {
    height: 40px !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-duration: .3s;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
    margin-bottom: 10px;
}
.serviceCard .content a:hover i {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }
.serviceCard .content a .name{
    color:#fff;
    font-size:16px;
}
  .serviceCard .content a .name span{
     display:block;
     font-size:14px;
 }
.hoverBg {
  background-color: #f2f2f2;
  height: 100%;
  transition-duration: .3s;
  position: absolute;
  left: 0; }

/* 卡片内容布局 - serviceCard   END*/
/* 卡片内容布局 - newsCard   START*/
.serviceNav {
  opacity: 0;
  transition-duration: .3s;
  visibility: hidden; }

.serviceNavLeft, .serviceNavRight {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 32px;
  border-radius: 50%;
  width: 30px; }
  .serviceNavLeft::before, .serviceNavLeft::after, .serviceNavRight::before, .serviceNavRight::after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    width: 15px;
    height: 2px;
    background: #757575;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
  .serviceNavLeft::before, .serviceNavRight::before {
    right: 30%;
    border-radius: .5px 0 0 .5px;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 240%;
    -webkit-transform: rotate(-40deg) scaleY(1.1);
    transform: rotate(40deg) scaleY(1.1); }
  .serviceNavLeft::after, .serviceNavRight::after {
    left: 70%;
    border-radius: 0 .5px .5px 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 10% 80%;
    -webkit-transform: rotate(-220deg) scaleY(1.1);
    transform: rotate(-220deg) scaleY(1.1); }

.serviceNavLeft {
  left: .42rem; }
  .serviceNavLeft::before {
    right: 70%;
    -webkit-transform: rotate(220deg) scaleY(1.1);
    transform: rotate(220deg) scaleY(1.1);
    transform-origin: 100% 80%; }
  .serviceNavLeft::after {
    left: 30%;
    -webkit-transform: rotate(-40deg) scaleY(1.1);
    transform: rotate(-40deg) scaleY(1.1);
    transform-origin: 20% 80%; }

.carousel {
  width: calc(50% - .27rem);
  float: left;
  height: 100%;
  position: relative;
  margin-right: 0.1rem;
}

.newsCard .newsTabs {
  width: calc(50% + 0.17rem);
  float: right;
  height: 100%;
  position: relative; }
.newsCard .cardContent {
    padding-right:0;
}
.newsCard .cardHeader {
    padding:0;
}
.newsCard .cardHeader .tabs-header li a {
   background: none;
   border: 0;
   border-bottom: 2px transparent solid;
   line-height: 0.205rem;
   font-size: 18px;
   color: #2c2c2c;
}
.newsCard .cardHeader .tabs-header li.active a {
    border-bottom: 2px #0050d4 solid;
    color: #0050d4;
}
#myCarousel .carousel-inner .item img {
  height: 1.8rem;
  width: 100%; }
#myCarousel .carousel-inner .item:before {
  content:""
}
.carousel-text {
  height: .2rem;
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding: 0.02rem 0.05rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%; }

#myCarousel .news-indicators {
 width: 100%;
    margin-left: 0;
    bottom:45px;
    position: absolute;
    z-index: 15;
    left: 0;
}
  #myCarousel .news-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #0050d4;
    color: #fff;
    display: inline-block;
    margin: 0 .01rem;
    transition-duration: .3s;
    cursor: pointer;
    border: none; 
  }
  #myCarousel .news-indicators .active {
    background-color: #fff; }

.carousel-time {
  font-size: 0.06rem;
  text-align: right;
  line-height: 0.11rem;
  float: right;
  width: .4rem;
  position: absolute;
  bottom: 0;
  right: .05rem; }

.carousel-title {
    font-size: 0.07rem;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    line-height: 0.15rem;
    white-space: nowrap;
}
.carousel-detail{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 46px;
    width: 100%;
    color: #8f95b2;
    line-height: 23px;
    font-size: 0.07rem;
}

.carousel-control {
  width: 30px;
  height: 30px;
  background: #46a1ff;
  opacity: 1;
  background-image: none !important;
  bottom: 0.3rem;
  top: auto;
  color: #fff;
  text-shadow: none;
  font-size: 0.12rem;
  line-height: 0.15rem; }
  .carousel-control:hover {
    background: #fa5b91; }
  .carousel-control.right {
    right: 0.05rem; }
  .carousel-control.left {
    right: 0.05rem;
    left: auto;
    margin-right: 0.15rem; }

.newList {
  max-height: 1.55rem;
  display: flex;
  flex-direction: column;
  width: 100%; }
  .newList li {
    font-size: 0.07rem;
    overflow: hidden; }
    .newList li a {
      color: #1f264c;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      cursor: pointer; }
      .newList li a::before {
        content: '';
        width: 0.025rem;
        height: 0.025rem;
        background: #3377ff;
        border-radius: 50%;
        margin: auto 0;
        display: inline-block;
        margin-right: 0.05rem;
        vertical-align: middle; }
        .newList li a.afirst {
            display: inline-table
        }

.newsCard .newList li a {
  max-width: calc(100% - .6rem);
  line-height: 0.19rem;
  float: left; }
.newList li a:hover {
  color: #3377ff; }
.newList li time {
  float: right;
  color: #c7c7c7;
  line-height: 0.19rem; }
.newList li .day ,.newList li .newList-text{
    display:none;
}
.newList li img {
  margin-left: 0.04rem;
  vertical-align: super; }
.newsCard .newList li a::before {
    display:none
}
/*.newList li.active {
 border-bottom: 1px dashed #e6e6e6;
 padding-bottom: 0.075rem;
 }
.newList li.active a{
 width: 100%;
}
.newList li.active .day{
    display: block;
    font-weight: bold;
    font-size: 0.12rem;
    width: 0.15rem;
    height: 0.175rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.newList li.active .date{
    display: block;
    width: 0.28rem;
    height: 0.15rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.newList li.active time{
 float: left;
 color: #3377ff;
 height: 0.375rem;
 width: 0.6rem;
 border-right: 1px #e6e6e6 solid;
 padding: 0 0.1rem;
 }
 .newList li.active .day span{
  display: inline-block;
  height: 0.175rem;
  width: 0.7rem;
  position: absolute;
  right: 0;
 }
  .newList li.active .date span{
 display: inline-block;
    width: 0.5rem;
    position: absolute;
    left: 0;
 }
 .newList li.active .newList-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 46px;
    width: 100%;
    max-width: calc(100% - .6rem);
    padding-left: 0.1rem;
    color: #8f95b2;
    line-height: 23px;
}*/

/* 卡片内容布局 - newsCard   END*/
/* 卡片内容布局 - resourceCard   START*/
.resourceCard .tab_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
 }

.bookContainer {
  border-radius: 4px; }

.resourceCard .tab_content li {
  float: left;
  height: 0.65rem;
  position: relative;
  width:calc( ( 100% - 20px ) / 2 );
  padding:20px 10px;
  margin-bottom:20px;
}
.resourceCard .tab_content li:hover{
    -webkit-box-shadow: 0px 0px 5px rgba(80, 94, 169, 0.2);
    box-shadow: 0px 0px 5px rgba(80, 94, 169, 0.2);
}
  .resourceCard .tab_content li img {
    width: 60px;
    height: .425rem;
    margin: 0 20px 0 auto;
    display: block;
    float:left;
  }
  .resourceCard .tab_content li .title {
   font-size: 0.08rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #1f264c;
    font-weight:bold;
  }
.resourceCard .tab_content li:hover .title a{
     color: #3377ff;
}
  .resourceCard .tab_content li .intro {
    font-size: 0.065rem;
    color: #c7c7c7;
    margin-top: 0.04rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #b2b2b2; }
  .resourceCard .tab_content li .bookDetail {
    background-image: linear-gradient(90deg, #4a7afe 5%, #6894ff 50%, #83abff 100%);
    display: block;
    width: .65rem;
    border-radius: 0.1rem;
    position: absolute;
    bottom: 0; }
.resourceCard .tab_content li .detail{
    color:#0a4aca;
    font-size: 0.065rem;
    margin-top: 0.04rem;
    cursor:pointer;
    display:inline-block;
}

/* 卡片内容布局 - resourceCard   END*/
/* 卡片内容布局 - hotDbCard   START*/
.hotDbCard .cardContent .newList {
  display: block; }
  .hotDbCard .cardContent .newList li {
    float: left;
    width: 50%;
    display: inline-block;
    height: .2rem;
    line-height: .2rem;
    position: relative;
    transition-duration: .3s;
    z-index: 1;
    cursor: pointer; }
    .hotDbCard .cardContent .newList li:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #eaf4ff;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .hotDbCard .cardContent .newList li:hover:before, .hotDbCard .cardContent .newList li:focus:before, .hotDbCard .cardContent .newList li:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* 卡片内容布局 - hotDbCard   END*/



/* 卡片内容布局 - spaceCard   START*/
.spaceCard .boxContent{
    box-shadow:none;
    margin-top:30px;
}
.spaceCard-title {
    text-align:center;
    color:#0050d4;
    font-size: 0.12rem;
    font-weight:bold;
}
.spaceCard-title span{
    font-size: 0.08rem;
    color:#1d1d1d;
    opacity:0.4;
    display: block;
}
.space-content {
  display: flex;
  justify-content: space-between;
  margin-top:30px;
}
.space-box {
  margin-right:30px;
  width: 33.33%;
  position: relative;
}
.space-box:last-child {
  margin-right:0px;
}
.space-box img {
  width: 100%;
  height:100%;
}
.space-title {
  position:absolute;
  bottom:0px;
  color:#fff;
  width:100%;
  height:76px;
  display:flex;
  background: linear-gradient(to right, rgba(0, 80, 212, 0.8) , rgba(40, 72, 206, 0.8) , rgba(184, 3, 244, 0.8));
  flex-flow: column;
  justify-content: center;
  padding: 0 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  cursor:pointer;
}
.space-title:hover {
    opacity:0.8;
    color:#fff;
}
.space-title span {
   font-size: 14px;
   font-weight: normal;
}
.space-title i {
  position:absolute;
  right:20px;
  font-size: 20px;
  transform: rotateY(180deg);
}

/* 卡片内容布局 - spaceCard   END*/
@media only screen and (max-width: 1560px) {
    .serviceCard .container {
        padding: 0;
    }
}

@media only screen and (max-width: 1200px) {
  .serviceCard, .newsCard {
    width: 100%; }
  .serviceCard .container {
    padding:0;
  }
  .commonCard {
    width: 100%;
    height: .98rem; }
  .commonCard .content > ul > li {
      
  }

  .pushContainer {
    margin-top: 1.4rem; }

  .serviceCard .content > ul {
    overflow-y: hidden;
    overflow-x: auto; }
    .serviceCard .content > ul > li {
      min-width: .6rem; }

    .serviceCard .title,
    .serviceCard .content a .name span {
       display:none;
    }
}

@media only screen and (max-width: 992px) {
    .resourceCard, .hotDbCard {
        width: 100%; 
    }
}
@media only screen and (max-width: 768px) {


    .searchBar{
    display:flex;
}
    .container {
    padding: 0 30px;
}
    .cardBox {
        margin:0;
    }
    .smsearchicon {
     position: absolute;
    font-size: 20px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    }

    .smsearchicon>img{
        width:20px;
        vertical-align: middle;
       
    }
    .searchBox{
    margin: 0 15Px;
    border: none;
    width:  100% !important;
   
    overflow: hidden;
    }
    .smcontainer{
        width:calc(100% - 30px);
        height:100%;
        margin:10px auto;
        border-radius: 30px;
        overflow: hidden;
        display:flex;
        background:#fff;
        
    }

   

    .Bar_box{
        background-color: inherit;
    border-radius: 6Px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    }
    .Bar_input{
       
    border-radius: 30px;
    position: relative;
    outline: none;
    font-size: 14px;
    width: 100%;
    height: 100%;
    line-height:30px;
    transition-duration: .3s;
    
    }
    .Bar_input>input{
        padding-left: 38px;
    width: calc(100% - 38px);
    height: 100%;
    }

    .Bar_searchBtn{
        width: 48Px;
   height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d4e4f2;
    color: #004986;
    font-size: 16px;
    cursor: pointer;
    }
    .banner {
        margin-top: 0.4rem;
        height: 0.95rem;
    }
    .bannerBg {
    height: 0.95rem;
}
    .pushContainer {
    margin-top: 0.6rem;
}
    .serviceCard {
    top: 0;
    height:auto;
    position: static;
    background: linear-gradient(to right, rgba(0, 80, 212, 1) , rgba(40, 72, 206, 1) , rgba(184, 3, 244, 1));
    margin-bottom: 0;
}
    .serviceCard .content {
        height:auto;
        padding: 10px 15px;
    }
    .serviceCard .content li {
    width: calc(100% / 4);
}
    .serviceCard .content a i {
        margin-bottom: 5px;
        font-size: 0.13rem;
        line-height: 0.13rem;
        height:auto !important;
    }
  .newsCard .newsTabs {
    width: 100%; 
  } 
  .cardHeader {
     height: .2rem;
  }
  .cardHeader > .title {
      font-size: 18px;
  }
  .newsCard .cardHeader .tabs-header li a {
      line-height: .2rem;
  }
  .cardTitle {
    display:block;
    margin:20px 0;
    font-size: 18px;
}

  .cardTitle span {
    font-size: 14px;
    margin-left: 8px;
}
  .commonCard {
    height: auto;
  }
  .commonCard .content > ul {
      flex-wrap: wrap;
  }
  .commonCard .content > ul > li {
      text-align: center;
      margin-bottom: 20px;
  }
  .commonCard .content > ul > li > a .commonCard-text > h4{
      font-size: .07rem;
      line-height: inherit;
  }
  .commonCard .content > ul > li:first-child {
      display:none;
  }
  .resourceLi .content > ul > li {
      width: 33.33%;
      display: inline-block;
      padding: 0 0.09rem;
  }
  .resourceLi .content > ul > li img {
      height:40px;
      width:40px;
      margin-bottom:5px;
  }
  .commonCard .content > ul > li > i {
    font-size: 40px;
    margin-top: -12px;
  }
  .resourceLi .content > ul:after {
      content: "";
      width: 33.33%;
      height: 0px;
      visibility: hidden;
  }

  .newsCard {
      height:auto;
  }
  .newsCard .cardContent {
      padding:0
  }
  .newsCard .newList li {
      border-bottom:1px #f3f3f3 solid;
  }
  .newsCard .newList li span {
    color: #c7c7c7;
    line-height: 0.19rem;
}
  .newsCard .newList li span i{
    margin-right:5px;
}
  .newsCard .newList li a {
    max-width: inherit;
    display: inline-block;
    width: 100%;
  }

  .serviceCard .title {
      display:none;
  }
  .serviceCard .boxContent {
      margin:0;
  }
  .serviceCard .content a {
    height: 63px;
  }
  .serviceCard .content a .name span {
      display:none;
  }
  .serviceCard .content a img {
      margin:0;
      width:30px;
      height:30px;
  }
  .serviceCard .content a .name {
     font-size: 0.07rem;
  }

  .hotDbCard {
      height:auto;
  }
  .hotDbCard .boxContent {
    border:0;
  }
  .hotDbCard .cardHeader,
  .hotDbCard .cardContent {
    padding: 0;
}
  .hotDbCard .title-text {
      display:none;
  }
  .hotDbCard .cardContent .newList li {
      width:100%;
      border-bottom:1px #f2f2f2 solid;
  }
  .toolCard {
    margin-top:20px;
}
  .cardHeader > .title span span {
      display:inline-block;
  }

  .spaceCard .boxContent {
   margin-top: 20px;
}
  .spaceCard-title {
    color: #454545;
    margin: 20px 0;
    font-size: 18px;
    text-align:left;
    font-weight:normal;
}
.spaceCard-title span{
    font-size: 14px;
    margin-left: 8px;
    opacity:0.4;
    display: inline-block;
}

.space-content {
    margin-top:0;
    display: block;
}
.space-box {
    width:100%;
    margin-right:0px;
    margin-bottom:15px;
}
.space-title {
   height: 0.32rem;
   font-size:0.09rem;
   font-weight: normal;
}

}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */
