@import url(anim.css);
@charset "UTF-8";
/* banner轮播 */
@keyframes swiperStep {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* 轮播图-样式01 -------------------------------------------------start*/
.swiper-banner {
  width: 100%;
  height: 530px;
}
.swiper-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-banner .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-banner .swiper-container a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: top; */
}
.swiper-banner .swiper-container a .swiper-img-title{
  position: absolute;
  top: 20px;
  right: 26px;
  font-size: 3vw;
  font-weight: bold;
  color: #ffffff;
}
/* 仅 IE11 会识别此块 */
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .swiper-banner .swiper-container a img {
    width: 100%;
    height: auto;
    min-height: 100%;
  }
}
/* 仅 IE11 会识别此块 end */
.swiper-banner .swiper-container .swiper-pagination-bullet {
  width: 33px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 0;
  transition: 0.5s ease-out;
  border-radius: 10px;
  overflow: hidden;
}
.swiper-banner .swiper-container .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: #005FD3;
}
.swiper-banner .swiper-container .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  background: rgba(82, 82, 82, 0.149);
}
.swiper-banner .swiper-container .swiper-pagination-bullet-active::after {
  width: 100%;
  animation: swiperStep 4s linear;
  animation-play-state: running;
}
.swiper-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-banner .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 72px;
}
.swiper-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0px 6.5px;
}
/* 轮播图-样式01 -------------------------------------------------end*/

/* 栏目跳转 */
@keyframes operator-arrow-caret-right {
  0% {
    transform: translateX(-7px);
    opacity: 0;
  }
  20% {
    transform: translateX(-5px);
    opacity: 1;
  }
  60% {
    transform: translateX(0);
    opacity: 1;
  }
  90% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(7px);
    opacity: 0;
  }
}
/* 业务快捷入口-样式01 -------------------------------------------------start*/
.column-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 136px;
  background-color: #2b3449;
}
.column-nav .column-nav-list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  border-right: 1px solid rgba(93, 96, 115, 0.42);
}
.column-nav .column-nav-list .column-nav-list-item {
  flex: 1;
  height: 100%;
  border-left: 1px solid rgba(93, 96, 115, 0.42);
  display: flex;
  justify-content: center;
  align-items: center;
}
.column-nav .column-nav-list .column-nav-list-item2{
  background-color: #c84240;
}
.column-nav .column-nav-list .column-nav-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease-out;
}
.column-nav .column-nav-list .column-nav-list-item a .column-img {
  margin-bottom: 20px;
}
.column-nav .column-nav-list .column-nav-list-item a .column-name {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.column-nav .column-nav-list .column-nav-list-item a:hover {
  transform: scale(1.1);
}

.column-nav .column-nav-list .column-nav-list-item2 .column-text {
  display: flex;
  align-items: center;
}
.column-nav .column-nav-list .column-nav-list-item2 .column-text .column-img2 {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  animation: operator-arrow-caret-right 2.5s linear 0s infinite;
}
/* 业务快捷入口-样式01 -------------------------------------------------end*/

/* 数据统计 */
.data-statistics {
  width: 100%;
  height: 694px;
  overflow: hidden;
}
.data-statistics .data-statistics-content {
  height: 100%;
  padding-top: 44px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.data-statistics .data-statistics-content .data-statistics-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  /* margin-top: 44px; */
}
.data-statistics .data-statistics-content .data-statistics-center {
  flex: 1;
  width: 100%;
  background-color: #fff;
  margin-top: 40px;
  display: flex;
}
.data-statistics .data-statistics-content .data-statistics-center .map-container {
  flex: 1;
  height: 100%;
  position: relative;
}
.data-statistics .data-statistics-content .data-statistics-center .map-container .map-tooltip {
  width: 118px;
  height: 118px;
  position: absolute;
  right: 20px;
  top: 60px;
}
.data-statistics .data-statistics-content .data-statistics-center .map-container .map-tooltip .map-tooltip-a {
  width: 100%;
  height: 100%;
  background: #e3d2ca;
  border-radius: 50%;
}
.data-statistics .data-statistics-content .data-statistics-center .map-container .map-tooltip .map-tooltip-a .map-tooltip-b {
  width: 98px;
  height: 98px;
  background: #a44129;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.data-statistics .data-statistics-content .data-statistics-center .map-container .map-tooltip .map-tooltip-a .map-tooltip-b .map-tooltip-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.data-statistics .data-statistics-content .data-statistics-center .map-container .map-tooltip .map-tooltip-a .map-tooltip-b .map-tooltip-text2 {
  font-size: 24px;
}
.data-statistics .data-statistics-content .data-statistics-center .map-container #chian-map {
  width: 100%;
  height: 100%;
}
.data-statistics .data-statistics-content .data-statistics-center .map-data {
  flex-shrink: 0;
  width: 706px;
  height: 100%;
}
.data-statistics .data-statistics-content .data-statistics-center .map-data .common-dialog-hidden{
  width: 100%;
  height: 100%;
}
.data-statistics .data-statistics-content .data-statistics-center .map-data .map-data-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0px 0 80px 118px;
  box-sizing: border-box;
}
.data-statistics .data-statistics-content .data-statistics-center .map-data .map-data-content .map-data-content-item {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.data-statistics .data-statistics-content .data-statistics-center .map-data .map-data-content .map-data-content-item .item-info {
  margin-left: 10px;
  margin-left: 16px;
}
.data-statistics .data-statistics-content .data-statistics-center .map-data .map-data-content .map-data-content-item .item-info .item-info-title {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #485566;
  opacity: 0.69;
}
.data-statistics .data-statistics-content .data-statistics-center .map-data .map-data-content .map-data-content-item .item-info .item-info-center {
  display: flex;
  align-items: flex-end;
  margin-top: 4px;
}
.data-statistics .data-statistics-content .data-statistics-center .map-data .map-data-content .map-data-content-item .item-info .item-info-center .item-info-num {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #c84240;
  line-height: 32px;
}
.data-statistics .data-statistics-content .data-statistics-center .map-data .map-data-content .map-data-content-item .item-info .item-info-center .item-info-text {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #485566;
  margin-left: 6px;
}
.data-statistics .data-statistics-content .data-statistics-center .map-data .map-data-content .map-data-content-item:nth-of-type(2n) {
  padding-left: 50px;
  box-sizing: border-box;
}

/* 新闻中心 */
/* 列表-样式01 -------------------------------------------------start*/
.index-news {
  width: 100%;
  height: 574px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding-top: 45px;
  box-sizing: border-box;
}
.index-news .news-center {
  height: 484px;
  background-color: #fff;
  padding: 40px 32px 54px 34px;
  box-sizing: border-box;
}
.index-news .news-center .news-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
}
.index-news .news-center .news-content {
  width: 100%;
  margin-top: 27px;
  display: flex;
}
.index-news .news-center .news-content .news-content-left {
  flex-shrink: 0;
  width: 536px;
  height: 338px;
  margin-right: 34px;
}
.index-news .news-center .news-content .news-content-left a {
  width: 100%;
  height: 100%;
}
.index-news .news-center .news-content .news-content-left a img {
  width: 100%;
  max-height: 100%;
}
.index-news .news-center .news-content .news-content-right {
  flex: 1;
  overflow: hidden;
}
.index-news .news-center .news-content .news-content-right .news-content-right-nav {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f2f7;
}
.index-news .news-center .news-content .news-content-right .news-content-right-nav .news-nav-list {
  width: 100%;
  height: 100%;
  display: flex;
}
.index-news .news-center .news-content .news-content-right-nav .news-nav-list .news-nav-list-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 38px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  transition: 0.5s ease-out;
}

.index-news .news-center .news-content .news-content-right-nav .news-nav-list .news-nav-list-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: transparent;
  bottom: 0;
  transition: 0.5s ease-out;
}
.index-news .news-center .news-content .news-content-right-nav .news-nav-list .news-nav-list-item .news-nav-list-text{
  color: #1d2346;
}
.index-news .news-center .news-content .news-content-right-nav .news-nav-list .nav-is-noactive {
  cursor: pointer;
}
.index-news .news-center .news-content .news-content-right-nav .news-nav-list .nav-is-noactive:hover {
  color: #c84240;
}
.index-news .news-center .news-content .news-content-right-nav .news-nav-list .nav-is-active {
  color: #c84240;
  cursor: default;
  transition: 0.5s ease-out;
}
.index-news .news-center .news-content .news-content-right-nav .news-nav-list .nav-is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  transition: 0.5s ease-out;
}
.index-news .news-center .news-content .news-content-right-nav .news-nav-more {
  flex-shrink: 0;
}
.index-news .news-center .news-content .news-content-right-nav .news-nav-more a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #263657;
}
.index-news .news-center .news-content .news-content-right-nav .news-nav-more:hover a {
  color: #c84240;
}
.index-news .news-center .news-content .news-content-right-list {
  width: 100%;
}
.index-news .news-center .news-content .news-content-right-list .list-item {
  width: 100%;
  height: 62px;
  border-bottom: 1px solid #f0f2f7;
}
.index-news .news-center .news-content .news-content-right-list .list-item:last-child {
  border-bottom: none;
}
.index-news .news-center .news-content .news-content-right-list .list-item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .news-center .news-content .news-content-right-list .list-item a .list-item-left {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.index-news .news-center .news-content .news-content-right-list .list-item a .list-item-left .list-item-dot {
  width: 10px;
  height: 10px;
  background: linear-gradient(0deg, #1234a0, #0074f6);
  border-radius: 100%;
  margin-right: 10px;
  transform: scale(0.6);
}
.index-news .news-center .news-content .news-content-right-list .list-item a .list-item-left .list-item-info {
  flex: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .news-center .news-content .news-content-right-list .list-item a .list-item-time {
  text-align: right;
  width: 100px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #263657;
}
.index-news .news-center .news-content .news-content-right-list .list-item:hover a .list-item-left .list-item-info,
.index-news .news-center .news-content .news-content-right-list .list-item:hover a .list-item-time {
  color: #c84240;
}
/* 列表-样式01 -------------------------------------------------end*/

/* 数据展示 */
.data-presentation {
  width: 100%;
  height: 600px;
  background: #fff;
}
.data-presentation .data-presentation-content {
  padding-top: 94px;
}
.data-presentation .data-presentation-content .data-presentation-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-presentation .data-presentation-content .data-presentation-top .data-presentation-top-left {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  /* align-items: flex-end; */
}
.data-presentation .data-presentation-content .data-presentation-top .data-presentation-top-left .data-presentation-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  margin-right: 30px;
}
.data-presentation .data-presentation-content .data-presentation-top .data-presentation-top-left .data-presentation-nav {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.data-presentation .data-presentation-content .data-presentation-top .data-presentation-top-left .data-presentation-nav .data-presentation-nav-item {
  padding: 0 32px;
  height: 45px;
  background-color: #eee;
  text-align: center;
  margin-right: 4px;
  transition: 0.5s ease-out;
}
.data-presentation .data-presentation-content .data-presentation-top .data-presentation-top-left .data-presentation-nav .data-presentation-nav-item .data-presentation-nav-text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  line-height: 45px;
}
.data-presentation .data-presentation-content .data-presentation-top .data-presentation-top-left .data-presentation-nav .data-nav-is-active {
  cursor: default;
  height: 56px;

}
.data-presentation .data-presentation-content .data-presentation-top .data-presentation-top-left .data-presentation-nav .data-nav-is-active .data-presentation-nav-text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 56px;
}
.data-presentation .data-presentation-content .data-presentation-top .data-presentation-top-left .data-presentation-nav .data-nav-is-noactive:hover {
  background: #ddd;
  cursor: pointer;
}
.data-presentation .data-presentation-content .data-presentation-top .data-presentation-top-right a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #263657;
  white-space: nowrap;
}
.data-presentation .data-presentation-content .data-presentation-top .data-presentation-top-right:hover a {
  color: #c84240;
}
.data-presentation .data-presentation-content .data-presentation-center {
  padding: 16px 0 0 0;
  background-color: #fff;
}

/* 特别栏目 */
/* 链接跳转-样式01 -------------------------------------------------start*/
.specialprogram {
  width: 100%;
  height: 284px;
  background-color: #f9f9f9;
}
.specialprogram .specialprogram-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.specialprogram .specialprogram-content .specialprogram-content-item {
  width: 4.28rem;
  flex-shrink: 0;
  height: 132px;
  border-radius: 4px;
  overflow: hidden;
}
.specialprogram .specialprogram-content .specialprogram-content-item .itemA {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.specialprogram .specialprogram-content .specialprogram-content-item .itemA .specialprogram-content-item-name {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 4px 0 #8898c8;
  letter-spacing: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.specialprogram .specialprogram-content .specialprogram-content-item .itemA .specialprogram-content-item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.specialprogram .specialprogram-content .specialprogram-content-item .itemA .specialprogram-content-item-img img {
  transition: 0.5s ease-out;
  width: 100%;
  height: 100%;
}
.specialprogram .specialprogram-content .specialprogram-content-item .itemA:hover img {
  transform: scale(1.2);
}
.specialprogram .specialprogram-content .specialprogram-content-item:last-of-type {
  margin-right: 0;
}
/* 链接跳转-样式01 -------------------------------------------------end*/
/* 轮播图-样式02 -------------------------------------------------start*/
/* 合作伙伴 */
.business-partner {
  width: 100%;
  height: 540px;
}
.business-partner .business-partner-content {
  padding-top: 60px;
}
.business-partner .business-partner-content .business-partner-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
}
.business-partner .business-partner-content .business-partner-center {
  margin-top: 40px;
}
.business-partner .business-partner-content .business-partner-center .swiper-container {
  padding-bottom: 50px;
}
.business-partner .business-partner-content .business-partner-center .swiper-container .business-partner-swiper {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  width: 100%;
}
.business-partner .business-partner-content .business-partner-center .swiper-container .business-partner-swiper:after{
  content: "";
  height: 0;
  line-height: 0;
  display:block;
  visibility: hidden;
  clear: both;
}
.business-partner .business-partner-content .business-partner-center .swiper-container .business-partner-swiper a {
  float: left;
  width: calc((100% - 8px * 3) / 4);
  height: 130px;
  background: #FFFFFF;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 6px;
}
.business-partner .business-partner-content .business-partner-center .swiper-container .business-partner-swiper a:nth-child(4n) {
  margin-right: 0px;
}
.business-partner .business-partner-content .business-partner-center .swiper-container .business-partner-swiper a img {
  width: 100%;
}
.business-partner .business-partner-content .business-partner-center .swiper-container .business-partner-swiper .noData-a {
  box-shadow: none;
}
.business-partner .business-partner-content .business-partner-center .swiper-container .swiper-pagination {
  bottom: 20px;
}
.business-partner .business-partner-content .business-partner-center .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 2px;
  background: #d8e2f5;
  border-radius: 0;
}
.business-partner .business-partner-content .business-partner-center .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5aa1ff;
}
/* 轮播图-样式02 -------------------------------------------------end*/

/* 轮播图-样式03 -------------------------------------------------start*/
.pualification{
  height: 321px;
  background: #F6F9FF;
  padding-top: 62px;
}
.pualification .swiper-slide{
  text-align: center;
}
.pualification .pualification-content{
  overflow: hidden;
}
.pualification .pualification-center{
  /* height: 100px; */
}
.pualification .pualification-center .img-box{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.pualification .pualification-center .img-box img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.pualification .img-title{
  font-size: 12px;
}
.pualification .swiper-container-free-mode>.swiper-wrapper{
  -webkit-transition-timing-function:linear!important;
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important;
}
.pualification .swiper-container{margin: 10px 0;}
/* 轮播图-样式03 -------------------------------------------------end*/
/*# sourceMappingURL=index.css.map */


/* 首页样式 */
.section-title{
  color: #1D2129;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  margin-bottom: 35px;
}
.arrow{
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
}
.view-more{
  color: #8393A2 !important;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
}
.view-more a:hover span{
  color: #0060C5 !important;
}
.view-more a:hover .arrow{
  border-color: #0060C5 !important;
}
.view-more span{
  font-weight: normal;
  color: #8393A2 !important;
}
.view-more .arrow{
  border-color: #8393A2;
}

/* 首页跳转-样式01 -------------------------------------------------start*/
.jump-cards01{
  display: flex;
  justify-content: space-between;
  height: 0;
  position: relative;
  top: -45px;
  /* margin-top: -45px; */
  z-index: 2;
  transition: all 0.4 ease;
}
.jump-cards01 > a{
  width: 33%;
}
.jump-cards01 .jump-card{
  position: relative;
  /* width: 410px; */
  height: 89px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #1D2129;
  box-sizing: border-box;
  padding: 19px 33px;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 13px #dfe9f7;
  box-shadow: 0px 4px 13px 0px #DFE9F799;
  cursor: pointer;
}
.jump-cards01 .jump-card .title{
  color: #1D2129;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 7px;
}
.jump-cards01 .jump-card p{
  opacity: 1;
  color: #888888;
  font-weight: regular;
  font-size: 14px;
}
.jump-cards01 .jump-card .arrow{
  position: absolute;
  right: 34px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease;
}
.jump-cards01 .jump-card:hover .title{
  color: #0060C5;
}
.jump-cards01 .jump-card:hover .arrow{
  border-color: #0060C5;
  right: 48px;
}
/* 首页跳转-样式01 -------------------------------------------------end*/
/* 首页产品服务跳转-样式02 -------------------------------------------------start*/
.jump-cards02-bg{
  background-color: #fff;
  height: 685px;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}
.jump-cards02-bg::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #d9f0ff, transparent 70%);
  z-index: 0;
}
.jump-cards02{
  display: flex;
  height: 435px;
  flex-direction: column;
  justify-content: space-between;
}
.jump-cards02 .card-left{
  width: 340px;
}
.jump-cards02 .card-left .card{
  height: 100%;
}
.jump-cards02 .card-right{
  width: 420px;
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jump-cards02 .card {
    /* width: 100%; */
    width: 420px;
    height: 210px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.jump-cards02 .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.jump-cards02 .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: white;
  z-index: 2;
  transition: transform 0.4s ease;
}


.jump-cards02 .card-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    text-align: center;
    margin-bottom: 8px;
}

.jump-cards02 .card-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    opacity: 0.9;
}

.jump-cards02 .card-more {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;

}
.jump-cards02 .card-more .arrow{
  margin-left: 10px;
  transform: rotate(45deg);
  border-color: #FFFFFF;
}
.jump-cards02 .card-more::after {
    content: "";
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.jump-cards02 .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.4s ease;
}
.jump-cards02 .cards-box{
  display: flex;
  justify-content: space-between;
}

/* 悬停效果 */

.jump-cards02 .card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.jump-cards02 .card:hover .card-img {
    transform: scale(1.3);
}

.jump-cards02 .card:hover .card-overlay {
    height: 100%;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%); */
}

.jump-cards02 .card:hover .card-content {
    transform: translateY(-30px);
}

.jump-cards02 .card:hover .card-more {
    bottom: 0;
    opacity: 1;
}

.jump-cards02 .card:hover .card-more::after {
    transform: translateX(5px);
}
/* 首页产品服务跳转-样式02 -------------------------------------------------end*/
.company-news-bg{
  padding: 54px 0 89px;
}
.company-news-bg .section-title{
  margin-bottom: 2px;
}
.company-news{
  height: 463px;
  box-sizing: border-box;
  padding: 50px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-between;
}
.company-news .company-news-list{
  cursor: pointer;
}
.company-news .company-news-list:hover{
  color: #0060C5;
}
.company-news-right .company-news-list{
  padding: 25px 0;
  border-bottom: 1px solid #E1E1E1;
}
/* 第一条 */
.company-news-right .company-news-list:first-child{
  padding-top: 0;
}
/* 最后一条 */
.company-news-right .company-news-list:last-child{
  padding-bottom: 0;
  border:none;
}
.company-news-left{
  width: 500px;
}
.company-news-right{
  width: 636px;
}
.company-news .news-img{
  width: 500px;
  height: 258px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px;
}
.company-news .news-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-news .news-list-title{
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-news .news-list-desc,
.company-news .news-list-time{
  color: #8393A2;
  font-size: 14px;
  line-height: 26px;
}
.company-news .news-list-desc{
  height: 50px;
  position: relative;
  overflow: hidden;
}
.company-news .news-list-time{
  position: absolute;
  bottom: 0;
  right: 0;
}
.list-boxs-bg{
  height: 526px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 60px 0 68px;
}
.list-boxs{
  display: flex;
  justify-content: space-between;
}
.list-boxs .list-box{
  width: 626px;
  height: 400px;
  box-sizing: border-box;
  padding: 20px 40px;
  border-radius: 4px;
  background: #f7f9ff;
  background: linear-gradient(150deg, #F5F8FF99 0%, #F5F8FF 100%);
}
.list-boxs .list-box .list-box-title{
  padding-bottom: 18.5px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom:1px solid #E8E8E8;
  font-weight: bold;
  font-size: 28px;
  line-height: normal;
}
.list-boxs .list-box ol.lists li{
  position: relative;
  padding-left: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.list-boxs .list-box ol.lists li::before{
  content: "·";
  color: #1D2129;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.list-boxs .list-box ol.lists li a{
  display: flex;
  justify-content: space-between;
}
.list-boxs .list-box ol.lists li a:hover >div span{
  text-decoration: underline;
}
.list-boxs .list-box ol.lists li a >div{
  width: calc(100% - 90px);
}
.list-boxs .list-box ol.lists li a >div span{
  display: inline-block;
  max-width: calc(100% - 30px);
  font-size: 16px;
  /* line-height: 46px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.list-boxs .list-box ol.lists li a >div img{
  vertical-align: super;
}
.list-boxs .list-box ol.lists li a >span{
  width: 90px;
  color: #8393A2;
  font-size: 14px;
  /* line-height: 46px; */
  text-align: right;
}

.lists-tags{
  padding: 5px 0 ;
}
.lists-tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  background: #E8EEF4;
  margin: 0 7px;
  font-size: 16px;
  color: rgba(29, 33, 41, 0.8);
  cursor: pointer;
}
.lists-tag.is-active,
.lists-tag:hover {
  color: #0060C5;
  background: #E4F1FF;
}
/* 首页样式end */

/* 浮动侧边栏 */
.floating-sidebar {
  position: fixed;
  /* right: -100px; */
  right: 15px;
  bottom: 60px;
  transition: right 1s ease;
  z-index: 999;
}

.floating-sidebar.sidebar-visible {
  right: 20px;
}


.floating-sidebar .sidebar-item {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: pointer; */
  transition: all 0.3s ease;
}
.floating-sidebar .sidebar-item2{
  right: -100px;
}
.floating-sidebar .sidebar-item2.sidebar-visible2 {
  right: 0;
}

.floating-sidebar .sidebar-item .qr-code{
  width: 100%;
}

.floating-sidebar .sidebar-item:hover {
  background: #f5f5f5;
}

.floating-sidebar .capsule-item {
  margin-bottom: 10px;
}
.floating-sidebar .capsule-item .sidebar-item{
  border-radius: 0;
  margin-bottom: 0;
}
.floating-sidebar .capsule-item .sidebar-item:first-child{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.floating-sidebar .capsule-item .sidebar-item:last-child{
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.floating-sidebar .capsule-item .sidebar-item:last-child .icon{
  border-bottom: none;
}

.floating-sidebar .sidebar-tooltip {
  color: #1D2129;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 158px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  text-align: left;
}
.floating-sidebar .sidebar-tooltip::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
}
.floating-sidebar .sidebar-tooltip::before {
  content: '';
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 100%;
}

.floating-sidebar .sidebar-item:hover .sidebar-tooltip,
.floating-sidebar .sidebar-tooltip:hover {
  opacity: 1;
  visibility: visible;
  right: 70px;
  pointer-events: auto;
}

.floating-sidebar .sidebar-tooltip .tooltip-title,
.floating-sidebar .sidebar-tooltip .tooltip-text{
  text-align: left;
}
.floating-sidebar .sidebar-tooltip .tooltip-title{
  color: #1D2629;
  font-size: 14px;
}
.floating-sidebar a .sidebar-tooltip:hover,
.floating-sidebar a .sidebar-tooltip .tooltip-title:hover{
  color: #0060C5;
}

.floating-sidebar .sidebar-tooltip .tooltip-text{
  color: #969696;
  font-size: 12px;
}
.floating-sidebar .sidebar-tooltip a.tooltip-text{
  display: block;
}

.floating-sidebar .icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.floating-sidebar .capsule-item .icon{
  height: 99%;
  border-bottom: 1px solid #E7E7E7;
}

/* 浮动侧边栏end */