* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  flex-shrink: 0;
  /* 禁止弹性盒子收缩 */
}

/* 声明常规体 */

@font-face {
  font-family: "PingFang SC";
  /* 自定义字体名称 */
  src:
    url("../fonts/PingFangSC-Regular.woff2") format("woff2");

  /* 兼容旧浏览器: */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* 避免渲染阻塞 */
}

@font-face {
  font-family: "AliPuHui";
  src:
    local("Alibaba PuHuiTi 3.0"),
    url("../fonts/AlibabaPuHuiTi-3-55-Regular.woff2") format("woff2"),
    url("../fonts/AlibabaPuHuiTi-3-55-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}

body,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3 {
  font-family: "PingFang SC", "AliPuHui", system-ui, -apple-system, sans-serif;
  /* 备选系统字体 */
}

html {
  min-width: 1360px;
  /* 与viewport的width值一致 */
  overflow-x: hidden;
  overflow-y: auto;
  /* 横向溢出时显示滚动条 */
}

audio,
canvas,
progress,
video {
  max-width: 100%;
}

.container {
  width: 1360px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 兼容 IE6/7 的 hasLayout 属性 */
.clearfix {
  *zoom: 1;
}

/* 顶部 */
.header {
  width: 100%;
  height: 100px;
  /* background: #fff; */
  box-shadow: 0px 2px 18px 0px rgba(4, 0, 0, 0.13);
  background: linear-gradient(135deg,
      #fff 0%,
      #fff 32%,
      #2550ae 32%,
      #2550ae 100%);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.header .main_top {
  width: 1360px;
  margin: 0 auto;
  clear: both;
  margin-top: 10px;
}

.header .main_top .logo {
  display: block;
  padding: 0;
  width: 200px;
  float: left;
  margin-right: 150px;
}

.header .main_top .logo img {
  width: 100%;
  height: 60px;
  margin-top: 10px;
}

.header .main_top .phone_num {
  width: 250px;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
  height: 40px;
  line-height: 40px;

}

.header .main_top .phone_num img {
  width: 25px;
  height: 25px;
  float: left;
  margin-top: 7.5px;
}

.header .main_top .phone_num span {
  margin-left: 10px;
  /* background-image: -webkit-linear-gradient(bottom, #2550ae, #5645f4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
}

.header .main_top .menu {
  width: 700px;
  height: 50px;
  margin-top: 15px;
  float: left;
}

.header .menu li {
  float: left;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  transition: all 0.5s;
}

.header .menu li a {
  color: #fff;
}

.header .menu li a:hover {
  color: #333;
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

/*下拉*/
.bjyq_nav_content {
  position: absolute;
  height: 0;
  width: 100%;
  top: 100px;
  left: 0;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  transition: height 0.36s ease;
  z-index: 999;
  box-shadow: 0px 4px 4px 0px rgba(77, 88, 101, 0.15);
}

.bjyq_nav_item {
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.bjyq_nav_content .bjyq_item_left {
  width: 20%;
  height: 400px;
  padding: 35px;
  box-sizing: border-box;
  background: #f9f9f9;
  float: left;
}

.bjyq_nav_content .bjyq_item_left .bjyq_nav_txt {
  width: 100%;
  text-align: left;
}

.bjyq_nav_content .bjyq_item_left .bjyq_nav_txt h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

.bjyq_nav_content .bjyq_item_left .bjyq_nav_txt h3 {
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  text-align: left;
}

.bjyq_item_left .bjyq_nav_biaoti {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;


}

.bjyq_item_left .bjyq_nav_biaoti h2 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
}

.bjyq_item_left .bjyq_nav_biaoti h3 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #666;
}

.bjyq_item_left .active {
  background: url(../img/nav_hover.jpg) no-repeat right center;
  background-size: cover;

}

.bjyq_indexfo_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;

}

.bjyq_nav_content .bjyq_item_mid {
  width: 50%;
  height: auto;
  float: left;
}

.leimu {
  width: 100%;
  padding: 40px;
}

.leimu .leimu_bt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}

.leimu h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #2550ae;
  background-image: -webkit-linear-gradient(bottom, #2550ae, #5645f4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.leimu h2 i {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}

.leimu .leimu_item ul {
  margin: 0;
  padding: 0;
}

.leimu .leimu_item ul li {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;

}

.leimu .leimu_item ul li:hover h4 {
  background-image: -webkit-linear-gradient(bottom, #2550ae, #5645f4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.cp_icon {
  margin-right: 10px;
}

.cp_icon img {
  width: 36px;
}

.cp_info h4 {
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 10px;
}

.cp_info p {
  font-size: 14px;
  line-height: 1;
  color: #666;
}

.mid_menu {
  width: 100%;
  padding: 40px;
}

.mid_menu ul {
  float: left;
  width: 23%;
  margin: 0 1%;
}

.mid_menu ul h4 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  font-weight: normal;
  color: #000;
}

.mid_menu ul li {
  font-size: 14px;
  line-height: 2.5;
  color: #444;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mid_menu ul li i {
  font-size: 12px;
}

.mid_menu ul li:hover {
  color: #bd2e12;
}

.jiejue .mid_menu {
  padding: 0px 10px;
  overflow: hidden;
}

.mb20 {
  margin-bottom: 20px;
}

.bjyq_item_right {
  float: right;
  width: 30%;
  padding: 30px;
  border-left: 1px solid #ebeced;
}

.bjyq_item_right .bjyq_nav_ad {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.bjyq_item_right .bjyq_nav_ad img {
  width: 300px;
  height: auto;
  margin: 10px 0;
}

.bjyq_nav_hot {
  font-size: 12px;
  color: #bd2e12;
  margin-left: 5px;
}

.bjyq_hide {
  display: none;
}

.bjyq_nav_two {
  width: 80%;
  float: left;
  overflow: hidden;
}


/* 轮播图 */
.centers {
  margin: 0 auto;
  max-width: 1260px;
  clear: both;
  /* padding: 0 .9rem; */
}

.index-banner {
  width: 100%;
  margin-top: 100px;
  position: relative;
}

.index-banner .banner-swiper {
  overflow: hidden;
  position: relative;
}

.index-banner .banner-swiper .swiper-pagination {
  position: absolute;
  bottom: 1rem;
  z-index: 3;
}

.index-banner .banner-swiper .swiper-pagination-bullet {
  width: 1rem;
  height: 5px;
  margin: 0 5px;
  background: #D7DBE0;
  border-radius: 4px;
  opacity: 1;
}

.index-banner .banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  background: #2550ae;
  opacity: 1;
}

.index-banner .banner-swiper .swiper-slide {
  position: relative;
  height: 700px;
}

.index-banner .banner-swiper .swiper-slide .banner-bg img {
  width: 100%;
  height: auto;
}

.index-banner .banner-swiper .swiper-slide .banner-l {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 0;

}

.index-banner .banner-swiper .swiper-slide .banner-l .l-tit-e {
  margin-top: 210px;
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: normal;
}

.index-banner .banner-swiper .swiper-slide .banner-l .l-tit {
  margin-top: 15px;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1.5;
}

.index-banner .banner-swiper .swiper-slide .banner-l .l-desc {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5;
  opacity: .8;
}

.index-banner .banner-swiper .swiper-slide .banner-l .l-btn {
  margin-top: 2rem;
  display: flex;
}

.index-banner .banner-swiper .swiper-slide .banner-l .l-btn .btn-l {
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /* background: linear-gradient(90deg, #FFC07C 0%, #FFE3C1 100%); */
  background: #2550ae;
  border-radius: 0px 15px 0px 15px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.index-banner .banner-swiper .swiper-slide .banner-l .l-btn .btn-r {
  margin-left: 24px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: rgba(255, 189, 119, 0.1);
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #FFBD77;
  font-weight: bold;
  font-size: 14px;
  color: #FFE3C0;
  text-align: center;
}

.index-banner .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: url(../img/ljt.png) no-repeat left center;
}

.index-banner .swiper-button-next {
  width: 60px;
  height: 60px;
  background: url(../img/rjt.png) no-repeat right center;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
}


/* 首页 */

.index_pro {
  width: 100%;
  position: relative;
  clear: both;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: url(../img/bg44.jpg) no-repeat center bottom;
}

.section-title {
  margin: 60px auto;
  line-height: 2;
  text-align: center;
}

.section-title h2 {
  font-size: 36px;
  color: #333;
}

.section-title p {
  font-size: 16px;
  color: #666;
}

.index_tap .layui-tab .layui-tab-title {
  height: 100px;
  border-bottom: none;
  color: #333;

}

.index_tap .layui-tab-brief>.layui-tab-more li.layui-this:after,
.index_tap .layui-tab-brief>.layui-tab-title .layui-this:after {
  border-bottom: none;
}

.index_tap .layui-tab-title li {
  width: 33.3%;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  padding: 15px 10px;
  border: 1px solid #eee;
  border-right: none;
}

.index_tap .layui-tab-title li:last-child {
  border-right: 1px solid #eee;
}

.index_tap .layui-tab-title li h3 {
  font-size: 24px;
  line-height: 2;
  font-weight: normal;
}

.index_tap .layui-tab-title li p {
  font-size: 14px;
  line-height: 2;
}

.index_tap .layui-tab-brief>.layui-tab-title .layui-this {
  background: #2550ae;
  box-shadow: rgba(46, 106, 243, 0.6) 0px 0.25em 0.75em 0px;
  color: #fff;
}

/* 纵向Tab容器 */
.layui-tab-vertical .layui-tab-title {
  float: left;
  width: 360px;
  /* 控制纵向导航宽度 */
  border-bottom: none;
}

.layui-tab-vertical .layui-tab-title li {
  display: block;
  margin: 5px 0;
  width: 100%;
  border: none;
  font-size: 20px;
  text-align: left;
  padding: 30px 20px;
}

.layui-tab-vertical .layui-tab-title li img {
  width: 32px;
  height: 32px;
}

.layui-tab-vertical .layui-tab-content {
  margin-left: 380px;
  /* 与导航宽度一致 */
  padding: 10px 0;
  border-radius: 4px;
  width: 980px;
  overflow: hidden;
  box-sizing: border-box;
}

.layui-tab-vertical .layui-tab-title .layui-this {
  background: #fff;
  border-right: 3px solid #2550ae;
}

.layui-tab-vertical .layui-tab-title .layui-this:after {
  height: auto;
  border: none;
}


.index_tap .layui-tab-vertical .layui-tab-title {
  height: auto;
  border-bottom: none;
  color: #333;

}

.index_tap .layui-tab-vertical .layui-tab-bar {
  display: none !important;
}

/* .layui-tab-vertical .layui-tab-content {
  background: #fff;
  box-shadow: 0 5px 10px 5px rgba(155,155,155,0.1);
} */

.cp_tab_info {
  width: 100%;
  /* width: 480px; */
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s;
  cursor: pointer;
  float: left;
  /* margin-right: 20px; */
  /* background: #fff; */
}

.cp_tab_info:nth-child(even) {
  margin-right: 0;
}

/* .cp_tab_info:hover {

  box-shadow: 0 5px 10px 5px rgba(155, 155, 155, 0.1);
}  */

.cp_tab_info .cp_tab_info_img {
  width: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  overflow: hidden;
  margin-right: 5%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 10px 5px rgba(155, 155, 155, 0.1);
}

.cp_tab_info .cp_tab_info_img img {
  width: 100%;
  height: auto;
  transition: all 1s;
}

.cp_tab_info:hover img {
  transform: scale(1.03);
}

.cp_tab_info .cp_tab_info_txt {
  flex: 1;
}

.cp_tab_info h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}

.cp_tab_info p {
  font-size: 16px;
  line-height: 2;
  color: #999;
  margin-bottom: 15px;
}

.read_more {
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: linear-gradient(90deg, #2550ae 0%, #2550ae 100%);
  border-radius: 0px 15px 0px 15px;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
}

.read_more:hover {
  color: #fff;
}

/* 解决方案 */
.case_ad {
  width: 100%;
  height: 480px;
  background: url(../img/ad1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.case_ad .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.ad_ban {
  width: 700px;
}

.ad_ban h2 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bolder;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.ad_ban p {
  font-size: 20px;
  line-height: 2;
  color: #f5f5f5;
}

/* footer */

#foot {
  background: #21252b;
  padding-top: 60px
}

.foot_nav {
  display: flex;
  justify-content: space-between
}

.foot_nav dl dt {
  font-size: 16px;
  color: #999;
  font-weight: bold;
  margin-bottom: 15px
}

.foot_nav dl dt a {

  color: #b5b5b5;

}

.foot_nav dl dd {
  font-size: 14px;
  line-height: 2.5;
  color: #999
}

.foot_nav dl dd a {
  color: #999;
  transition: .3s
}

.foot_nav dl dd a:hover {
  color: #fff
}

.foot_ewm {
  display: flex;
  margin-top: 15px;
  gap: 15px;
}

.foot_ewm .emw {
  margin-right: 20px;
}

.foot_ewm .pic {
  background: #fff;
  width: 100px;
  height: 100px
}

.foot_ewm .pic img {
  display: block;
  width: 100px;
}

.foot_ewm p {
  font-size: 14px;
  text-align: center;
  color: #999
}

.foot_link {
  display: flex;
  line-height: 2;
  border-top: 1px solid #e6e8eb;
  padding: 15px 0;
  margin-top: 15px;
}

.foot_link .tt {
  flex-shrink: 0;
  font-size: 14px;
  color: #999;
  margin-right: 1rem
}

.foot_link .con {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  font-size: .875rem
}

.foot_link .con a {
  color: #999;
  transition: .3s
}

.foot_link .con a:hover {
  color: #fff
}

.copyright {
  text-align: center;
  font-size: .8125rem;
  color: #999;
  line-height: 1.5;
  padding: 1.125rem 0
}

.copyright a {
  color: #999;
}


/* 底部AD */
.index-containerAD {
  background: url(../img/ad_bg3.png) no-repeat center;
  width: 100%;
  height: 300px;
}

.index-containerAD .container {
  position: relative;
}

.ad_biaoyu {
  padding: 50px 40px 0 40px;
  text-align: center;
  margin-bottom: 30px;
}

.ad_biaoyu h2 {
  font-size: 40px;
  font-weight: bold;
  color: #eee;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.ad_biaoyu p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
}

.ad_btn {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #fff;
  /* background: linear-gradient(90deg, #FFBD77 0%, #FFD5A6 100%); */
  background: #2550ae;
  color: #fff;
}

/* logo墙 */
.logo_qiang {
  background: #F8FBFF;
  padding: 10px 0 50px 0;

}

.logo_list {
  width: 100%;
  overflow: hidden;

}


.logo_list_item div {
  overflow: hidden;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent, #fff 25%, #fff 75%, transparent);
}

.logo_list_item:hover>div>span,
.logo_list_item:hover>div:nth-child(2n)>span {
  animation-play-state: paused;
}

.logo_list_item>div>span {
  display: inline-block;
  padding: 0;
  margin: 0;
  animation: partnerMoving 100s linear infinite;
  animation-play-state: running;
  animation-delay: 0s;
}

.logo_list_item>div:nth-child(2n)>span {
  animation: partnerMovingReserve 100s linear infinite;
  animation-delay: 0s;
}

.logo_list_item>div>span>img {
  border: none;
  padding: 0;
  margin: 0;
  width: 280px;
}

@keyframes partnerMoving {
  0% {
    transform: translateX(calc(100vw - 1350%));
    /** **/
  }

  100% {
    transform: translateX(50%);
  }
}

@keyframes partnerMovingReserve {
  0% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(calc(100vw - 1350%));
  }
}

/* 解决方案 */
.case_list {
  width: 100%;
  position: relative;
  height: auto;
  padding-bottom: 50px;
  background: url(../img/index-container04.jpg) no-repeat center top;
}

.case_list .section-title {
  margin-bottom: 10px;
  padding-top: 50px;
  margin-top: 0;
}

.case_tap {
  width: 100%;
  position: relative;
}

.case_tap>.layui-tab {
  margin: 0 auto;
}

.case_tap>.layui-tab>.layui-tab-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 20px;
}

.case_tap>.layui-tab>.layui-tab-title>li {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
}

.case_tap>.layui-tab>.layui-tab-title .layui-this:after {
  height: 61px;
  /* border-bottom: 3px solid #2550ae; */
  border-bottom: 3px solid;
  border-image: linear-gradient(45deg, #2550ae, #2550ae) 1;
  /* 兼容写法 */
  border-image-slice: 1;
}

.case_tap>.layui-tab>.layui-tab-title .layui-this {
  /* background-image: -webkit-linear-gradient(bottom, #2550ae, #5645f4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-weight: normal;
  color: #2550ae;
}

.shuju_list {
  width: 100%;
}

.shuju_list a {
  width: 430px;
  float: left;
  margin-right: 35px;

  margin-bottom: 15px;
  margin-top: 15px;

}

.shuju_list li {
  padding: 35px;
  overflow: hidden;
  /* background: url(../img/c_hover.png) no-repeat center top; */
  background: #f1f1f1;
  border-radius: 4px;
  overflow: hidden;
  transition: all .6s;

}

.shuju_list a:nth-child(3n) {
  margin-right: 0;
}

.shuju_list h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}

.shuju_list li h2::before {
  content: '';
  width: 5px;
  height: 20px;
  background: #2550ae;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.shuju_list li h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #333;
}

.shuju_list li p {
  font-size: 14px;
  line-height: 1.75;
  color: #444;
}

.shuju_list li:hover {
  background: url(../img/c_hover.jpg) no-repeat center top;
  overflow: hidden;
  border-radius: 8px;
  /* transform: scale(1.01); */
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.shuju_list li:hover p,
.shuju_list li:hover h3,
.shuju_list li:hover h2 {
  color: #fff;
}
.shuju_list li:hover h2::before {
  background: #fff;
}


.case_list .layui-tab-vertical .layui-tab-title {
  height: auto;
  border-bottom: none;
  color: #333;

}

.case_list .layui-tab-vertical .layui-tab-bar {
  display: none !important;
}

.case_list .layui-tab-vertical .layui-tab-title li {
  height: 70px;
  background: #eee;
  line-height: 70px;
  padding: 0 20px;

  color: #333;
}

.case_list .layui-tab-vertical .layui-tab-title .layui-this {
  background: #2550ae;
  box-shadow: rgba(46, 106, 243, 0.2) 0px 2px 5px 0px;
  color: #fff;
}

.case_list .layui-tab-vertical .layui-tab-title li .layui-icon {
  margin-right: 10px;
  font-size: 20px;
}

.case_info_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  width: 100%;
  padding: 48px 30px;
  border-radius: 4px;
  background-color: rgb(250, 252, 255);
  box-shadow: 0px 2px 10px 0px rgba(162, 171, 185, 0.2);
}

.case_info_content h2 {
  font-size: 30px;
  color: rgb(26, 26, 26);
  font-weight: 400 !important;
}

.case_info_content_ul {
  width: 100%;
}

.case_info_content_ul .case_info_content_li {
  width: 50%;
  float: left;
  font-size: 16px;
  color: rgb(26, 26, 26);
  margin-top: 30px;
}

.case_info_content_ul .case_info_content_li i {
  margin-right: 10px;
}

.daibiao_case {
  float: left;
  margin-top: 2rem;
  border-top: 1px solid #dae1ea;
  padding-top: 1rem;
}

.daibiao_case p {
  font-size: .84rem;
  margin-bottom: .8rem;
  font-weight: 600;
}

.daibiao_case img {
  float: left;
  width: 25%;
}

.daibiao_case img:last-child {
  margin-right: 0;
}

.case_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.case_btn a {
  margin-right: 20px;
}

.case_btn .case_btn_details,
.case_btn .case_btn_apply {
  background-color: #f3f3f9;
  border: 1px solid #f3f3f9;
  color: #333;
  width: 220px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  border-radius: 4px;
}

.case_btn .case_btn_apply {
  background: #fff;
  border: 1px solid #f3f3f9;
}

.case_btn .case_btn_details:hover,
.case_btn .case_btn_apply:hover {
  background: linear-gradient(90deg, #2550ae 0%, #2550ae 100%);
  color: #fff;
}

/* 内页 --- 新闻 */
.n_banner {
  height: 30rem;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  background-size: cover !important;
  display: flex;
  align-items: center;
}

.n_banner .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.n_banner .txt h3 {
  font-size: 30px;
  color: #202832;
  font-weight: bold
}

.n_banner .txt h4 {
  font-size: 18px;
  font-weight: normal;
  color: #495664;
  margin-top: 1.375rem;
  margin-bottom: 2.5rem
}

.n_banner a.btn_consult {
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: linear-gradient(90deg, #2550ae 0%, #2550ae 100%);
  border-radius: 0px 15px 0px 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

#n_main {
  background: #f5f7fa
}

.main_con {
  display: flex;
  align-items: flex-start
}

.left_con {
  flex: 1;
  background: #fff;

  padding: 3.5rem 2.5rem;
  border-radius: .625rem;
  margin-right: 1.875rem;
  position: sticky;
  top: 6rem;
  padding-bottom: 5rem
}

.right_con {
  flex-shrink: 0;
  width: 20rem;

  padding-bottom: 1rem;
  position: sticky;
  top: 6rem
}

.r_c_item {
  background: #fff;
  border-radius: .625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.right_con .tt {
  font-size: 1.25rem;
  color: #393939;
  padding: 0 1.25rem;
  border-bottom: 1px solid #eaedf0;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem
}

.right_con .item {
  padding: 0 1.25rem
}

.right_con .yindao_weixin {
  background: #fff;
  border-radius: .625rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right_con .yindao_weixin img {
  width: 120px;
  height: 120px;
}

.right_con .yindao_weixin .yindao_info {
  padding: 1rem;
  text-align: left;
  font-size: 14px;
}

.right_con .yindao_weixin .yindao_info h3 {

  font-size: 20px;
  font-weight: normal;
  line-height: 2;
}

.n_newslist li {
  width: 100%;
  padding: 1.875rem 0;
}

.n_newslist li .box {
  display: flex;
  align-items: center;
  width: 100%
}

.n_newslist li .img {
  flex-shrink: 0;
  width: 15.9375rem;
  margin-right: 1.625rem;
  border-radius: .625rem
}

.n_newslist li .img img {
  width: 100%;
  height: auto;
}

.n_newslist li .txt {
  flex: 1;
}

.n_newslist li .txt h4 {
  font-size: 1.25rem;
  color: #060606;
  transition: .5s
}

.n_newslist li .txt p {
  font-size: 1rem;
  color: #616161;
  line-height: 1.625rem;
  margin-top: 1.25rem;
  margin-bottom: .5rem
}

.n_newslist li .txt span {
  display: flex;
  align-items: center;
  font-size: .875rem;
  color: #7e7e7e
}

.n_newslist li .txt span i {
  color: #7e7e7e;
  margin-right: .5rem;
  font-size: 1.125rem
}

.n_newslist li {
  border-bottom: 1px solid #eaedf0
}

.n_newslist li:nth-child(1) {
  padding-top: 0 !important
}

.n_news {
  padding: 3.875rem 0 4.5rem
}

.n_newslist li a:hover .txt h4 {
  color: #2550ae
}

.news_right ul li .img {
  border-radius: .625rem;
  overflow: hidden
}

.news_right ul li .img img {
  width: 100%;
  height: auto;
}

.news_right ul li h4 {
  font-size: .9375rem;
  line-height: 1.5rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
  transition: .5s
}

.news_right ul li:hover h4 {
  color: #057bfc
}

/* 分页 */

.page {
  display: flex;
  flex-wrap: wrap;
  gap: .625rem;
  margin-top: 30px;
}

.page a {
  display: block;
  line-height: 2.375rem;
  text-align: center;
  transition: .3s;
  min-width: 2.5rem;
  height: 2.5rem;
  font-size: .875rem;
  color: #313131;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  background: #fff;
}

.page a span {
  padding: 0 1.25rem
}

.page a.on {
  border: 1px solid #2550ae;
  background: #2550ae;
  color: #fff
}

.page a:hover {
  border: 1px solid #2550ae;
  background: #2550ae;
  color: #fff
}

/* 面包屑 */
.n_title {
  border-bottom: 1px solid #ececec;
}

.position {
  line-height: 60px;
  left: 0;
  bottom: 0;
  color: #7b7b7d;
  padding-left: 26px;
  font-size: 14px;
  background: url(../images/home_icon.png) left 39px no-repeat;

}

.position span,
.position a,
.position i {
  font-size: 14px;
  color: #908e8d;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.position i {
  margin: 0px 8px;
  font-style: normal;
}

.position i img {
  vertical-align: middle;
  margin-top: -2px;
}

.position em {
  font-size: 14px;
  color: #2550ae;
  font-style: normal;
}

.position a:hover {
  color: #2550ae;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.n_nav {
  position: relative;
}

.n_nav a {
  display: inline-block;
  height: 60px;
  font-size: 1rem;
  line-height: 60px;
  color: #333333;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 3.125rem;
}

.n_nav a:after {
  content: "";
  position: absolute;
  left: -1.5rem;
  height: .875rem;
  background: #999ca1;
  top: 50%;
  margin-top: -.5rem;
  width: 1px;
}

.n_nav a:first-child:after {
  display: none
}

.n_nav a strong {
  display: block;
  color: #5c5e61;
  position: relative;
  z-index: 4;
  height: 60px;
  line-height: 60px;
  transition: 0.6s ease-in-out;
}

.n_nav a strong:before {
  content: "";
  position: absolute;
  border-left: transparent 4px solid;
  border-right: transparent 4px solid;
  border-bottom: #2550ae 6px solid;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  opacity: 0;
  visibility: hidden;
  transition: .6s;

}

.n_nav .on,
.n_nav a:hover {
  color: #fff;
}

.n_nav a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #2550ae;
  transition: 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.n_nav .on:before,
.n_nav a:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;

}

.n_nav .on strong,
.n_nav a:hover strong {
  height: 60px;
  line-height: 60px;
  color: #2550ae;

}

.n_nav .on strong:before,
.n_nav a:hover strong:before {
  opacity: 1;
  visibility: visible;
}

.s_about {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: url(../img/abt_bg.png) no-repeat center #fff;
  /* background: #f5f7fa; */
  background-size: cover;
}

.s_about .ny-title {
  text-align: center;
}

.s_about .ny-title i {
  margin: 0 auto;
}

.abt_biaoyu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.abt_biaoyu h3 {
  font-size: 24px;
  color: #2550ae;
}

.abt_biaoyu img {
  margin-right: 20px;
  width: 60px;
  height: auto;
}

.abt_by_item {
  width: 100%;
  clear: both;
  margin-top: 50px;
  margin-bottom: 50px;
}

.abt_by_item ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.abt_by_item ul li {
  margin-right: 20px;
  width: 165px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #2550ae;

}

.abt_by_item ul li img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.abt_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.abt_two {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.abt_two_l {
  flex: 2;

}

.abt_two_l ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.abt_two_l ul li {
  width: 30%;
  color: #fff;
}

.abt_two_l ul li h3 {
  font-size: 24px;
  line-height: 1.5;
}

.abt_two_l ul li p {
  font-size: 16px;
}

.abt_two_r {
  flex: 1;
  padding: 0 30px;
  border-left: 1px dashed #fff;
}

.abt_two_r h3 {
  width: 150px;
  border-radius: 20px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  padding: 5px 0;
  font-weight: normal;
  margin-bottom: 15px;
}

.abt_two_r p {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.n_shuzi {
  width: 45%;
}

.danye_txt {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  padding: 2rem 0;
  color: #fff;
}

.danye_txt p {
  text-indent: 2em;
  margin: 10px 0;
}

.neiye-title {
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.neiye-title h2 {
  font-size: 36px;
  font-weight: bold !important;
}

/* 发展历程 */
.fl {
  float: left
}

.fr {
  float: right
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.pr {
  position: relative;
}

.warper {
  max-width: 1360px;
  margin: 0 auto;
}

.about-main2 {
  height: 890px;
  width: 100%;
  overflow: hidden;
}

.about-main2 .licheng-bg {
  background-color: rgba(255, 255, 255, .8);
  width: 100%;
  height: 100%;
  position: relative;
}

.about-main2 .licheng-bg .warper {
  height: 100%;
}

.about-main2 .licheng-bg img {
  height: 518px;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.about-main2 .ny-title {
  padding-top: 80px;
}

.ny-title {
  position: relative;
  z-index: 10;
}

.ny-title .title-en {
  font-size: 18px;
  color: #999;
  font-family: arial;
  line-height: 1.5;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;

}

.ny-title .title-ch {
  font-size: 36px;
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
}

.ny-title i {
  display: block;
  width: 42px;
  height: 1px;
  background-color: #b5b5b5;
}

/* 数字滚动 */
.counters-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 35%;
}

.counter-box {
  text-align: center;
  padding: 20px;
  background: #f7f8ff;
  /* background: url(../img/nav_hover.jpg) no-repeat left center;
  background-size: cover;   */
  box-shadow: 0 4px 8px rgba(100, 100, 100, 0.1);

  border-radius: 10px;
  position: relative;
  width: 48%;
  margin-bottom: 20px;
}

.counter-box sup {
  position: absolute;
  right: 20px;
  font-size: 24px;
  color: #999;
}

.number {
  font-size: 48px;
  color: #2550ae;
  margin-bottom: 10px;
}

.label {
  font-size: 18px;
  color: #666;
}

/* 荣誉资质 */
.honor {
  width: 100%;
  height: 800px;
  background: url(../img/nav02-bg.png) no-repeat center top;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}

.honor .ny-title {
  text-align: center;

}

/* .honor .ny-title h4,
.honor .ny-title h3 {
  color: #fff;
} */

.honor .ny-title i {
  margin: 0 auto;
  /* background: #fff; */
}

.honor .container {
  position: relative;
  height: calc(100% - 150px) !important;

}

.honor .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.honor .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  display: block;
  background: url(../img/zizhi_bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 8px;
  position: relative;

}



.honor .swiper-slide a.box h4 {
  font-size: 18px;
  color: #111;
  padding: 0 1rem;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  font-weight: normal;
}

.honor .swiper-slide .img_db {
  width: 100%;
  position: relative
}

.img_db .pic {
  position: relative;
  width: 100%;
  height: 220px;
  display: block;
  padding: 20px 30px 0 30px;
  overflow: hidden;
}

.img_db .pic img {
  position: relative;
  width: auto;
  height: 100%;
  transition: all 1s;
}

.img_db img {
  width: auto;
  height: 100%;

}

.img_db .pic img:hover {
  transform: scale(1.02);
}

.txtovh1 {
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.img {
  overflow: hidden;
}


.lc_box {
  position: relative;
  z-index: 5;
  background: url(../img/lc_bg.png) no-repeat center top;
  background-size: cover;
  height: 50rem;
  padding: 60px 0;
}

/* .lc_box .lc_pic {
  display: block;
  height: 31.25rem;
  width: 100%;
  object-fit: cover;
} */

.lc_box::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  content: '';
  /* background-image: linear-gradient(to bottom, rgba(73,135,247,0.8) ,rgba(86, 69, 244, 0.5)); */
  background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0.3), rgba(73, 135, 247, 0.25));
}

.clound {
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/cloundy.png) repeat-x left center;
  -webkit-animation: animate-cloud 30s linear infinite;
  animation: animate-cloud 30s linear infinite;
}

@-webkit-keyframes animate-cloud {
  from {
    background-position: 1920px 100%;
  }

  to {
    background-position: 0 100%;
  }
}

@keyframes animate-cloud {
  from {
    background-position: 1920px 100%;
  }

  to {
    background-position: 0 100%;
  }
}

.lc_box .ny-title {
  text-align: center;
}

.lc_box .ny-title i {
  margin: 0 auto;
}

.quxian {
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  width: 100%;
  height: auto;
}

.lc_box .container {
  height: 100%;
}

.lc_box .swiper {
  width: 100%;
  height: 100%;
}

.lc_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lc_box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lc_box .swiper-button-prev,
.lc_box .swiper-button-next {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

.lc_box .swiper-button-prev {
  left: 0;
  background: url(../img/licheng_left.png) no-repeat center;
}

.lc_box .swiper-button-next {
  right: 0;
  background: url(../img/licheng_right.png) no-repeat center;
}


.lc_box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
}

.lc_box ul li {
  width: 20%;
  height: 100%;
  position: relative;
}

.lc_box ul li a {
  display: block;
  width: 100%;
  position: relative;
  height: 320px;
  cursor: pointer;
}

.lc_box ul li a:hover {
  color: #212121;
}

.lc_box ul li .date {
  color: #212121;
  font-size: 24px;
  font-weight: bold;
}

.lc_box ul li.item1 .line,
.lc_box ul li.item3 .line,
.lc_box ul li.item5 .line {
  margin-bottom: 30px;
}

.lc_box ul li.item2 .line,
.lc_box ul li.item4 .line {
  margin-top: 45px;
}

.lc_box ul li.item1 .line:after,
.lc_box ul li.item3 .line:after,
.lc_box ul li.item5 .line:after {
  width: 25px;
  height: 25px;
  background-color: #2550ae;
  display: block;
  content: "";
  border-radius: 50%;
  text-align: center;
  /* vertical-align: middle; */
  position: absolute;
}

.lc_box ul li.item2 .line:before,
.lc_box ul li.item4 .line:before {
  width: 25px;
  height: 25px;
  background-color: #2550ae;
  display: block;
  content: "";
  border-radius: 50%;
  text-align: center;
  /* vertical-align: middle; */
  position: absolute;
}

.lc_box ul li .lc-left {
  position: absolute;
}

.lc_box ul li .line {
  height: 250px;
  width: 1px;
  display: block;
  background-color: #2550ae;
  position: relative;
  left: 30px;
}

.lc_box ul li .lc-right {
  position: absolute;
  left: 30px;
  width: 400px;
  height: 100%;
  display: table;
}

.lc_box ul li.item5 .lc-right {
  width: 200px;
}

.lc_box ul li.item2 .lc-right,
.lc_box ul li.item4 .lc-right {
  width: 400px;
}

.lc_box ul li .lc-right .right-text {
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.lc_box ul li .lc-right .right-text h3 {
  font-size: 18px;
  line-height: 2;
  color: #2550ae;
}

.lc_box ul li .lc-right .right-text p {
  font-size: 16px;
  line-height: 2;
}

.lc_box ul li.item1 a {
  top: 50px;
}

.lc_box ul li.item1 .lc-left .line:after {
  bottom: -25px;
  left: -11px;
}

.lc_box ul li.item1 .lc-right {
  bottom: 68px;
}

.lc_box ul li.item2 a {
  top: 258px;
}

.lc_box ul li.item2 .lc-left .line:before {
  top: -25px;
  left: -11px;
}

.lc_box ul li.item2 .lc-right {
  top: 80px;
}

.lc_box ul li.item3 a {
  top: 136px;
}

.lc_box ul li.item3 .lc-left .line:after {
  bottom: -25px;
  left: -11px;
}

.lc_box ul li.item3 .lc-right {
  bottom: 100px;
}

.lc_box ul li.item4 a {
  top: 278px;
}

.lc_box ul li.item4 .lc-left .line:before {
  top: -25px;
  left: -11px;
}

.lc_box ul li.item4 .lc-right {
  top: 70px;
}

.lc_box ul li.item5 a {
  top: 99px;
}

.lc_box ul li.item5 .lc-left .line:after {
  bottom: -25px;
  left: -11px;
}

.lc_box ul li.item5 .lc-right {
  bottom: 100px;
}




/* 方案列表 */
.fa_list {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.smt_brand {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.sme_flme {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.sme_flme ul {
  margin-top: 10px;
  width: 100%;
  clear: both;
}

.sme_flme ul li {
  float: left;
  font-size: 16px;
  color: #1a1a1a;
  margin-left: 1rem;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  padding: 0 1rem;
  margin-bottom: 10px;
}

.sme_flme .smt_filelist span {
  height: 32px;
  font-size: 16px;
  color: rgb(26, 26, 26);
  line-height: 32px;
  float: left;
  margin-right: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.main_list {
  background-color: #f5f7fa;
}

.smt-content {

  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.smt_cases_list {
  width: 32.3%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  border: 1px solid #eaecf1;
  background: #fff;
}

.smt_cases_list img {
  width: 100%;
  height: 240px;
}

.smt_cases_list_box {
  background-color: #fff;
}

.smt_cases_list_box h3 {
  padding: 0 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.smt_cases_list_box p {
  font-size: 14px;
  line-height: 2;
  color: #666;
  height: 60px;
  padding: 0 15px;
  margin-top: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.smt_cases_more {
  height: 62px;
  border-top: 1px solid #eaecf1;
  width: 100%;
  margin-top: 0;
}

.smt_cases_more_right {
  line-height: 60px;
  padding-right: 15px;
  color: #bd1e21;
  font-size: 14px;
  float: right;
}

.smt_cases_more_right:hover {
  color: #bd1e21;
  font-weight: bold;
}

.smt-content ul .smt_cases_list:nth-child(3n) {
  margin-right: 0;
}

.sme_flme ul li.acvter,
.sme_flme ul li:hover {
  background-color: #ebf2f7;
  color: #2550ae;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
}

.stm_table {
  float: left;
  padding: 0 15px;
  height: 22px;
  margin-top: 20px;

}

.stm_table .tag {
  background-color: #ECF0F8;
  border-radius: 4px;
  padding: 4px 11px;
  color: #75767f;
  margin-right: 7px;
  font-size: 14px;
  line-height: 22px;
}

.button_cartoon {
  transition: all .36s ease;
}

.button_cartoon:hover {
  transform: translateY(-6px);
  box-shadow: 0 5px 10px rgba(155, 155, 155, 0.1);
}

/* 成功案例 */
.case-banner {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 100px auto 0;
  text-align: center;
  overflow: hidden;
  color: #fff;
  height: 400px;
}

.case-banner h1 {
  color: #fff;
}

.case-banner img {
  width: 100%;
  vertical-align: middle;
}

.case-banner>div:first-child {
  width: 100%;

}

.case-banner>div:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 5% auto 0;
}

.case-banner-outer {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.case-banner h1 {
  letter-spacing: initial;
  padding: 0;
  font-size: 30px;
  /*
    margin: 0.5em auto 0;
    */
  text-align: center;
}

.case-banner-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
  margin: 0 auto;
  width: 100%;
  font-size: 1em;
  /*padding: 0.5em;*/
  margin-top: 30px;
}

.case-banner-content>div {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.case-banner-content>div>div:first-child {
  font-weight: normal;
  font-size: 16px;
}

.case-banner-content>div>div:last-child {
  font-size: 24px;
  position: relative;
}

.case-banner-content>div>div:last-child:after {
  content: '';
  display: block;
  margin: 0.5em auto 0;
  width: 1.5em;
  height: 0.25em;
  background: #bd2e12;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.tab-list {
  display: flex;
  line-height: 2em;
  justify-content: space-evenly;
  align-items: stretch;
}

.tab-list span {
  display: block;
  margin: 0px;
  padding: 0.5em 1.5em;
  border: 0px;
  background: 0px 0px;
  outline: 0px;
  appearance: none;
  cursor: pointer;
  font-size: 16px;
}

.c_l_curr {
  display: block;
  padding: 1rem 0px;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0px auto;
  background: #fff;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.04);
}

.tab-list .active {
  color: #2550ae;
  box-shadow: 0 0.25em 0 0 rgba(73, 135, 247, 1);
}

.tab-list a:hover {
  color: #2550ae;
}


.nav02 {
  padding: 30px 0 50px;
  background: #FAFCFF url(../img/nav02-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.nav02 .centers {
  max-width: 100%;
  padding: 0 8%;
}

.nav02 .dav02-type {
  display: flex;
  justify-content: center;
}

.nav02 .dav02-type .type {
  margin: 0 .12rem;
}

.nav02 .dav02-type .type .type-t {
  width: 1.64rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #EEF1F7;
  border-radius: 0.25rem;
  font-size: 16px;
  color: #5E616A;
}

.nav02 .dav02-type .type:hover .type-t,
.nav02 .dav02-type .type.cur .type-t {
  background: #789CFA;
  color: #FFF;
}

.nav02 .dav02-type .type .type-b {
  margin-top: 5px;
  display: none;
  justify-content: center;
}

.nav02 .dav02-type .type.cur .type-b,
.nav02 .dav02-type .type:hover .type-b {
  display: flex;
}

.nav02 .dav02-type .type .type-b img {
  width: 25px;
  height: auto;
}

.nav02-paging {
  margin-top: 30px;
}

.nav02 .nav02-c {
  margin-top: 40px;
  display: flex;
}

.nav02 .nav02-c .c-r {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.nav02 .nav02-c .c-r a {
  margin-bottom: 30px;
  width: 31.33%;
  margin-right: 2%;
}

.nav02 .nav02-c .c-r .list {
  position: relative;
}

.nav02 .nav02-c .c-r .list:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 3px;
  height: 0;
  transition: .5s;
  bottom: 0;
  background: #2550ae !important;
}

.nav02 .nav02-c .c-r .list:hover:after {
  height: 43%;
}

.nav02 .nav02-c .c-r .list .list-img {
  overflow: hidden;
}

.nav02 .nav02-c .c-r .list .list-img img {
  transform: scale(1);
  transition: all .6s;
  width: 100%;
  height: 220px;
  object-fit: cover;

}

.nav02 .nav02-c .c-r .list:hover .list-img img {
  transform: scale(1.03);
}

.nav02 .nav02-c .c-r .list .list-tit {
  background: #FFF;
  padding: 30px 18px 0;
  display: flex;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

.nav02 .nav02-c .c-r .list .list-tit .tit-l {
  /*width: 0.65rem;height: 0.22rem;line-height: .22rem;*/
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  min-width: 80px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 0.04rem;
  border: 0px solid #f5f5f5;
  position: relative;
  font-size: 12px;
  color: #666;
}

.nav02 .nav02-c .c-r .list:hover .list-tit .tit-l {
  background: #2550ae;
  color: #FFF;
  border: 0px solid #2550ae;
}

.nav02 .nav02-c .c-r .list .list-tit .tit-l:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f5f5f5;
  right: -2px;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -3px;
  box-shadow: 1px -1px 0px #f5f5f5;
}

.nav02 .nav02-c .c-r .list:hover .list-tit .tit-l:after {
  background: #2550ae;
  box-shadow: 1px -1px 0px #2550ae;
}


.nav02 .nav02-c .c-r .list .list-tit .tit-r {
  margin-left: 9px;
  font-size: 14px;
  color: #333;
  height: 30px;
  line-height: 28px;
}

.nav02 .nav02-c .c-r .list .list-txt {
  background: #FFF;
  padding: 20px 18px 0;
  font-weight: bold;

  color: #333333;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.nav02 .nav02-c .c-r .list:hover .list-txt {
  color: #2550ae;
}

.nav02 .nav02-c .c-r .list .list-xx {
  background: #FFF;
  padding: 3px 18px 0;
  text-align: right;
  font-size: 12px;
  color: #83858A;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

.nav02 .nav02-c .c-r .list .list-desc {
  background: #FFF;
  padding: 11px 18px 0;
  font-size: 14px;
  color: #83858A;
  line-height: 20px;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

.nav02 .nav02-c .c-r .list .list-b {
  background: #FFF;
  padding: 0 18px 14px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}


/* 详情页 */
.ar_title {
  border-bottom: 1px solid #eaedf0;
  margin-bottom: 2rem;
}

.ar_title h2 {
  font-size: 2rem;
  color: #060606;
  line-height: 1.3;
  margin-bottom: 1.125rem;
}

.ar_title h4 {
  font-size: .9375rem;
  line-height: 1.625rem;
  color: #727272;
  margin-bottom: 2rem;
  font-weight: normal;
}

.ar_article {
  font-size: 1rem;
  color: #616161;
  line-height: 2rem;
  text-align: justify
}

.ar_article strong {
  font-weight: bold
}

.ar_article caption {
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  padding: .875rem 1.75rem;
  font-size: 1.25rem;
  color: #000
}

.ar_article table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 1.5rem 0
}

.ar_article td,
.ar_article th {
  padding: .875rem 1.75rem;
  border: 1px solid #e8e8e8
}

.ar_article th {
  color: #333;
  background: #f9f9f9;
  font-size: 1rem
}

.ar_article td {
  font-size: .9375rem
}

.ar_article td p,
.ar_article th p {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: inherit
}

.ar_article img {
  max-width: 100%;
  height: auto !important;
  margin: 1.5rem 0;
  display: inline-block
}

.ar_article video {
  width: 100%
}

.ar_article a {
  color: #363636
}

.ar_article ul li,
.ar_article ol li {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important
}

.ar_article ul li p,
.ar_article ol li p {
  padding-bottom: 0;
  margin-bottom: 3px !important
}

.ar_article ul li {
  list-style: disc;
  margin-left: 1.625rem
}

.ar_article ol li {
  list-style: decimal;
  margin-left: 1.625rem
}

.ar_article h1 {
  font-size: 2.125rem;
  color: #000
}

.ar_article h2 {
  font-size: 1.875rem;
  color: #000
}

.ar_article h3 {
  font-size: 1.75rem;
  color: #000
}

.ar_article h4 {
  font-size: 1.5rem;
  color: #000
}

.ar_article h5 {
  font-size: 1.25rem;
  color: #333;
  white-space: normal
}

.ar_article h6 {
  font-size: 1.125rem;
  color: #333
}

.ar_fot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  border-top: 1px solid #eaedf0;
  padding-top: 2.5rem;
  margin-top: 2.625rem
}

.ar_fot a {
  display: flex;
  gap: .875rem;
  font-size: .875rem;
  color: #313131;
  transition: .3s
}

.ar_fot a i {
  color: #2550ae;
  font-weight: bold
}

.ar_fot a:hover {
  color: #2550ae
}

.goback {
  display: flex;
  width: 7.8125rem;
  height: 2.5rem;
  background: #2550ae;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  transition: .3s
}

.goback:hover {
  background: #2550ae
}

/* 方案详情 */
.fa_view_main {
  margin-top: 100px;
  position: relative;
  width: 100%;
}

.fa_view_main #floating-menu {
  position: fixed;
  left: 20px;
  top: 120px;

  width: 160px;

  padding: 15px;
  border-radius: 8px;

  z-index: 10;
}

.fa_view_main #content {
  margin: 0 auto;
  width: 1360px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;

}

.fa_view_main .menu-item {
  padding: 10px;
  margin: 8px 0;
  background-color: #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}

.fa_view_main .menu-item:hover {
  background-color: #2550ae;
  transform: translateX(5px);
  color: #fff;
}

.fa_view_main .menu-item.active {
  background-color: #2550ae;
  color: white;

}

.fa_view_main section {
  margin-bottom: 15px;
  padding: 20px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 2;
}

.fa_view_main section h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
  padding-left: 1rem;
}

.fa_view_main section h2::before {
  content: '';
  position: absolute;
  left: 0;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  background: #2550ae;
}

/* 漂浮客服代码 */

/*浮动客服*/
.toolbar {
  position: fixed;
  top: 50%;
  right: 1%;
  margin-top: -163px;
  z-index: 100;
  width: 80px;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 20px;
  padding-top: 20px;
  border-radius: 60px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);

}

.toolbar dd {
  position: relative;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: #2550ae;
  margin-top: 5px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
  padding-top: 10px;
}

.toolbar dd:first-child {
  margin-top: 0;
}

.toolbar dd i {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;

  background: url(../img/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
  background-position-y: 0;
}

.toolbar dd.tel i {
  background-position-y: -30px;
}

.toolbar dd.code i {
  background-position-y: -60px;
}

.toolbar dd.top i {
  background-position-y: -90px;
}

.toolbar dd span {
  display: block;
  color: #fff;
}

.toolbar dd.tel .box {
  color: #333;
  position: absolute;
  top: 0;
  width: 160px;
  right: 0px;
  height: 90px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 5px;
  background: #fff;
  opacity: 0;
  transition: all .5s;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.toolbar dd.tel .box p {
  font-size: 14px;
  margin: 10px auto 7px;
  color: #333;
  text-align: left;
}

.toolbar dd.tel .box h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  background-image: -webkit-linear-gradient(bottom, #2550ae, #5645f4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.toolbar dd.tel .box:after {
  display: block;
  content: " ";
  border-style: solid dashed dashed dashed;
  border-color: transparent transparent transparent #fff;
  border-width: 9px;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -18px;
  margin-left: -12px;
}

.toolbar dd.code .box {
  position: absolute;
  top: 0;
  width: 140px;
  right: 0px;
  height: 140px;
  margin-right: 10px;
  border-radius: 5px;
  background: #fff;
  opacity: 0;
  transition: all .5s;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.toolbar dd.code .box img {
  width: 140px;
  height: 140px;
  padding: 11px;
}

.toolbar dd.code .box:after {
  display: block;
  content: " ";
  border-style: solid dashed dashed dashed;
  border-color: transparent transparent transparent #fff;
  border-width: 9px;
  width: 0;
  height: 0;
  position: absolute;
  top: 30px;
  right: -18px;
  margin-left: -12px;
}

.toolbar dd:hover {
  background: #5645f4;
}

.toolbar dd.tel:hover .box {
  opacity: 1;
  right: 80px;
}

.toolbar dd.code:hover .box {
  opacity: 1;
  right: 80px;
}

/* 合作 */
.hz_item_1 {
  padding: 65px 0;
}

.hz_ms {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}

.hz_ms ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hz_ms ul li {
  width: 31.3%;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.hz_ms ul li img {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.hz_ms ul li .hz_ms_txt {
  padding: 20px 10px;
  font-size: 15px;
  line-height: 2;
  color: #444;
}

.hz_ms ul li .hz_ms_txt h4 {
  font-size: 18px;
  line-height: 2;
  color: #222;
}

.hz_item_2 {
  padding: 65px 0;
  background: url(../img/s_history_bg.jpg) no-repeat center top;
  background-size: cover;
}

.hz_value {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
}

.hz_value ul {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.hz_value ul li {
  width: 18.5%;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  position: relative;
  /* box-shadow: 0 2px 8px rgba(105, 105, 105, 0.2); */
  box-shadow: 0px 2px 8px 0px rgba(162, 171, 185, 0.3);

}

.hz_value .hz_icon {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 50%;
  top: -30%;
  transform: translateX(-50%);
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(162, 171, 185, 0.3);
}

.hz_value ul li img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}

.hz_value ul li .hz_value_txt {
  padding: 40px 20px 20px 20px;
  font-size: 15px;
  line-height: 2;
  color: #444;
}

.hz_value ul li .hz_value_txt h4 {
  font-size: 18px;
  line-height: 2;
  color: #222;
}

.hz_value ul li .hz_value_txt p {

  text-align: left;
}

@media screen and (max-width:1440px) {
  .header {

    background: linear-gradient(135deg,
        #fff 0%,
        #fff 27%,
        #2550ae 27%,
        #2550ae 100%);

  }
}