@charset "utf-8";
/*------------------------------------------------
--css   SCRM官网-新闻 （
--by    市场部 Web Designer&Front end Engineer Sivan
--date  2022.12.15
--less  文件已编译  

--需要提前载入24栅格系统 grid.min.css
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1424px，前端JS转换100px=rem、
-------------------------------------------------*/
body {
  background-color: var(--color_body);
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------- 顶部加个Banner 无切换 price_banner START ---------------- */
.news_banner {
  margin-top: -64px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 2560px;
  min-height: 420px;
  overflow: hidden;
}
.news_banner .a_w {
  transform: translateY(8px);
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.news_banner .a2_w {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.news_banner .a3_w {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news_banner .a4_w {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.news_banner .a5_w {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.news_banner .a6_w {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.news_banner .a7_w {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.news_banner .a7_w {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.news_banner .swiper-slide-active .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.news_banner .a_w {
  transform: translateX(48px);
}
.news_banner .on .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.news_banner .swiper-wrapper,
.news_banner .swiper-slide,
.news_banner a {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.news_banner .swiper-slide {
  background-color: var(--ec_bg_light);
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .news_banner {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
    min-height: none;
    max-height: none;
  }
}
@media screen and (max-width: 3840px) {
  .news_banner .swiper-button-prev {
    left: 2.4rem;
    right: auto;
  }
  .news_banner .swiper-button-next {
    right: 2.4rem;
    left: auto;
  }
}
@media screen and (max-width: 2560px) {
  .news_banner .swiper-button-prev {
    left: 0.8rem;
    right: auto;
  }
  .news_banner .swiper-button-next {
    right: 0.8rem;
    left: auto;
  }
}
@media screen and (max-width: 1920px) {
  .news_banner .swiper-button-prev {
    left: 0.4rem;
    right: auto;
  }
  .news_banner .swiper-button-next {
    right: 0.4rem;
    left: auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .news_banner .swiper-button-prev {
    left: 0rem;
    right: auto;
  }
  .news_banner .swiper-button-next {
    right: 0rem;
    left: auto;
  }
}
@media screen and (max-width: 1366px) {
  .news_banner .swiper_button {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .news_banner .swiper_button {
    display: none;
  }
}
@media screen and (min-width: 750px) {
}
.news_banner .banner_w {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 2560px;
  min-height: 420px;
  overflow: hidden;
  background: #f8f9fb;
}
@media screen and (max-width: 1200px) {
  .news_banner .banner_w {
    background-size: cover;
  }
}
.news_banner .banner_w .con {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news_banner .banner_w .text_w {
  flex: 0 0 40%;
  padding: 0.88rem 0 0.24rem 0;
}
.news_banner .banner_w .text_w .sub_w {
  font-weight: bold;
  font-size: 24px;
}
.news_banner .banner_w .text_w .title_w {
  font-weight: bold;
  font-size: 32px;
}
.news_banner .banner_w .text_w .des_w {
  padding-top: 0.16rem;
  padding-bottom: 0.48rem;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}
.news_banner .banner_w .text_w .num {
  font-family: num, Helvetica, arial, sans-serif;
}
.news_banner .banner_w .text_w .tips {
  padding-top: 0.16rem;
  font-size: 14px;
  color: var(--color_muted);
}
@media screen and (max-width: 1200px) {
  .news_banner .banner_w .text_w {
    flex: 0 0 auto;
    margin: 0 auto;
    padding: 0.88rem 0.24rem 0 0.24rem;
    text-align: center;
  }
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .news_banner .banner_w .text_w {
    flex: 0 0 auto;
    margin: 0 auto;
    padding: 0.88rem 0.24rem 0 0.24rem;
    text-align: center;
  }
  .news_banner .banner_w .text_w .sub_w {
    font-size: 0.24rem;
  }
  .news_banner .banner_w .text_w .title_w {
    font-size: 0.48rem;
  }
  .news_banner .banner_w .text_w .des_w {
    padding-top: 0.24rem;
    padding-bottom: 0.48rem;
    font-weight: normal;
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .news_banner .banner_w .text_w .tips {
    padding-top: 0.16rem;
    font-size: 12px;
    color: var(--color_muted);
  }
  .news_banner .banner_w .text_w .btn_w {
    margin: 0 auto;
    text-align: center;
  }
  .news_banner .banner_w .text_w .banner_btn {
    min-width: 120px;
    width: auto;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding: 0 24px 0 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .news_banner .banner_w .text_w .banner_btn_r {
    height: 52px;
    line-height: 48px;
    font-size: 14px;
    border: 2px solid var(--color_primary);
    padding: 0 20px 0 20px;
  }
}
.news_banner .banner_w .img_w {
  max-height: 420px;
  max-width: 500px;
  flex: 0 0 auto;
  padding: 0.24rem 0.24rem;
  text-align: center;
}
.news_banner .banner_w .img_w img {
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .news_banner .banner_w .img_w {
    display: none !important;
    flex: 1 1 auto;
    margin: 0 auto;
    padding: 0.24rem 0.24rem;
    text-align: center;
  }
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .news_banner .banner_w .img_w {
    flex: 1 1 auto;
    margin: 0 auto;
    padding: 0.24rem 0.24rem;
    text-align: center;
  }
}
.news_banner .banner_w .bg_w {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.news_banner .banner_w .bg_w picture {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.news_banner .banner_w .bg_w img {
  margin-left: auto;
  margin-right: auto;
}
/*--------------- SCRM轮播 scrm_banner END ---------------- */
/*---------------整体 控制  START ---------------- */
/*--------------- 新闻列表（类型 category） START ---------------- */
.news_nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.32rem;
  padding-right: 0.32rem;
  border-radius: 0.64rem;
  overflow-y: hidden;
  backdrop-filter: blur(0.64rem);
  --webkit-backdrop-filter: blur(0.64rem);
  background-color: #F8F9FB;
}
.news_nav a.active p,
.news_nav .slick-current a {
  font-weight: bold;
  color: var(--color_primary);
}
.news_nav a {
  font-size: 14px;
  color: var(--color_dark);
  text-align: center;
  min-width: 1.6rem;
  margin-right: auto;
  height: 0.56rem;
  line-height: 0.56rem;
  -webkit-border-radius: 0.64rem;
  -moz-border-radius: 0.64rem;
  border-radius: 0.64rem;
}
.news_nav a:hover {
  color: #52C018;
}
.news_nav a.active {
  color: #FFFFFF;
  background-color: #52C018;
}
.news_nav a.active {
  color: var(--color_white);
  background-color: #52C018;
}
.news_nav img {
  max-width: 0.8rem;
}
.news_nav_swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  border-radius: 0.64rem;
  backdrop-filter: blur(0.64rem);
  --webkit-backdrop-filter: blur(0.64rem);
  background-color: #F8F9FB;
}
.slide_btn_a {
  display: block;
  max-width: 1.4rem;
  font-size: 14px;
  color: var(--color_dark);
  text-align: center;
  padding: 0.16rem 0.16rem;
  -webkit-border-radius: 0.64rem;
  -moz-border-radius: 0.64rem;
  border-radius: 0.64rem;
}
.slide_btn_a:hover {
  color: #52C018;
}
.slide_btn_a.active {
  color: #FFFFFF;
  background-color: #52C018;
}
.news_nav_swiper .swiper-slide-thumb-active .slide_btn_a {
  color: #FFFFFF;
  background-color: #52C018;
  -webkit-box-shadow: 0 8px 16px rgba(84, 190, 30, 0.16);
  -moz-box-shadow: 0 8px 16px rgba(84, 190, 30, 0.16);
  box-shadow: 0 8px 16px rgba(84, 190, 30, 0.16);
}
.news_nav #gird_a {
  padding: 0.16rem 0.32rem;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0px;
  overflow: hidden;
  background-color: rgba(248, 249, 251, 0.88);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
  backdrop-filter: saturate(180%) blur(4px);
  opacity: 0.32;
}
.news_category_w {
  margin-top: -0.32rem;
  margin-bottom: 0.32rem;
}
.news_category_w .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.08rem 0 0.16rem 0;
}
.news_category_w .title_box .tt {
  font-size: 18px;
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.news_category_w .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
.news_category_w .title_box .des .icon_w {
  font-size: 18px ;
}
.news_category_w .title_box .font_size {
  font-size: 18px;
  color: var(--color_muted);
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.news_category_w .title_box .font_size .icon_w {
  cursor: pointer;
  padding: 0.16rem;
}
.news_category_w .title_box .font_size .icon_w:hover {
  color: var(--color_primary);
}
.news_category_w .news_tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.24rem 0 0.24rem 0;
}
.news_category_w .news_tt .tt {
  font-size: 18px;
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.news_category_w .news_tt .des {
  font-size: 14px;
  color: var(--color_muted);
}
.news_con {
  padding: 0.32rem 0.32rem;
  background-color: var(--color_white);
  border-radius: 0.08rem;
}
.news_con .news_list_w {
  padding-top: 0.32rem;
}
.news_con .news_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -1%;
  padding-bottom: 0.24rem;
}
.news_con .news_ul li {
  flex: 0 0 31.33%;
  margin: 0.08rem 1%;
}
.news_con .news_ul li .box {
  padding: 0.32rem 0.24rem;
  background-color: var(--color_white);
  box-shadow: 0rem 0.16rem 0.32rem rgba(0, 0, 0, 0.04);
  border-radius: 0.08rem;
}
.news_con .news_ul li h4 {
  font-size: 18px;
}
.news_con .news_ul li h6 {
  padding-top: 0.24rem;
  font-size: 14px;
  font-weight: normal;
}
.news_con .news_ul li .tel {
  font-family: "num", Helvetica, arial, sans-serif;
  color: var(--color_primary);
}
.news_con .news_ul li .tips {
  font-size: 12px;
  color: var(--color_light);
  padding-bottom: 0.24rem;
}
.news_con .news_ul li .btn_w {
  margin: 0 auto;
}
.news_con .news_ul li .btn_w .btn {
  font-size: 14px;
}
.news_con .news_ul li .img_w {
  display: block;
  max-width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}
.news_con .news_ul li .text_w {
  text-align: center;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  max-width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_con .no_content {
  font-size: 16px;
  margin: 1.6rem auto;
  text-align: center;
}
.news_con .no_content p {
  margin: 8px auto;
  font-size: 16px;
  color: var(--color_light);
}
.news_con .list_item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.news_con .list_w {
  padding: 0.24rem 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 750px) {
  .news_con .list_w {
    display: block;
    padding: 0.64rem 0;
    border-bottom: 1px solid var(--ec_bg_muted);
  }
}
.news_con .text_w {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  padding: 0.16rem;
}
@media screen and (max-width: 750px) {
  .news_con .text_w {
    flex: 1 1 100%;
  }
}
.news_con .title_w .desc_w {
  margin: 0.16rem 0 0.16rem 0;
  font-size: 14px;
  line-height: 2;
  color: var(--color_muted);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_con .title_w .desc_w:hover {
  color: var(--color_muted);
}
.news_con .title_w {
  flex: 1 1 auto;
  padding-bottom: 0.08rem;
}
.news_con .title_w a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: var(--color_dark);
}
.news_con .title_w a:hover {
  color: var(--color_primary);
}
.news_con .title_w b {
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .news_con .title_w a b {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    padding: 0.08rem 0 0 0;
  }
}
/*分类、浏览、时间等信息*/
.news_con {
  /*时间、浏览、点赞*/
}
.news_con .mate_w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  color: var(--color_light);
  padding-bottom: 8px;
  font-size: 12px;
  font-family: "num", Helvetica, arial, sans-serif;
}
.news_con .mate_w .category {
  padding-right: 0.24rem;
}
.news_con .info_w span {
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.news_con .taxonomy_a {
  display: inline-block;
  /*! padding: 4px 8px; */
  font-size: 12px;
  line-height: 20px;
  /*! border: 1px solid #c1c3c3; */
  /*#1c2029*/
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.news_con .mate_w a {
  color: var(--color_light);
}
.news_con .mate_w a:hover {
  color: var(--color_primary);
}
.news_con .info a.done {
  color: var(--color_primary);
}
.news_con .mate_w .info {
  font-size: 12px;
}
.news_con .mate_w .info .span {
  padding: 0 8px;
}
.news_con .mate_w .info i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.3s;
  line-height: 1;
}
@media (max-width: 768px) {
  .news_con .blog_w .mate_w .info .time {
    display: none;
  }
}
.news_con {
  /*文章格式*/
  /*强调小角标和层次副标题*/
  /*层次小标题*/
}
.news_con .format_span {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  display: none;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 0.08rem 0.12rem 0.08rem 0.12rem;
  border-radius: 0 0.08rem 0 0.08rem;
}
.news_con .list_w .collect_post {
  position: absolute;
  z-index: 10;
  left: -1px;
  top: -1px;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  background-color: #FFF;
  line-height: 1;
  padding: 0.04rem 0.08rem 0.04rem 0.08rem;
  border-radius: 0.08rem 0 0.08rem 0;
}
.news_con .sub_title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_con .sub_ticky {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  background-color: var(--color_primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_con .sub_gallery {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
  background-color: var(--color_dark);
}
.news_con .icon_new {
  font-size: 12px;
  padding: 6px 8px;
}
.news_con .post_tips {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 0.08rem 0.08rem;
  border-radius: 0.016rem;
}
@media (max-width: 480px) {
  .news_con .post_tips {
    font-size: 12px;
  }
}
/*图片处理*/
.news_con .img_w {
  position: relative;
  z-index: 1;
  border-radius: 0.08rem;
}
.news_con .img_w img {
  border-radius: 0.08rem;
  -webkit-transition: all 0.32s ease;
  -moz-transition: all 0.32s ease;
  -o-transition: all 0.32s ease;
  transition: all 0.32s ease;
}
.news_con .img_w img:hover {
  opacity: 0.8;
}
.news_con .gallery_w {
  display: flex;
  flex-direction: column;
  padding: 0.32rem 0;
  overflow: hidden;
}
.news_con .gallery_w .desc_w {
  margin: 0.16rem 0 0 0;
  font-size: 14px;
  line-height: 2;
  color: var(--color_muted);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_con .gallery_w .text_w {
  padding: 0.16rem 0.08rem;
}
.news_con .gallery_w .img_w {
  border-radius: 0.16rem;
}
.news_con .format_images .img_w {
  margin-bottom: 0.16rem;
}
/*多图模式-图片处理*/
.news_con .news_gallery {
  width: 100%;
  max-width: 100%;
  max-width: 14.4rem;
  margin: 0 auto;
  text-align: center;
}
.news_con .news_gallery .gallery_con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
  margin: 0.08rem auto 0.08rem auto;
  overflow: hidden;
  margin: 0 auto 16px auto;
}
.news_con .news_gallery .gallery_con span {
  width: 32%;
  max-width: 32%;
  max-height: 3.33rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0.5% auto;
  border-radius: 0.08rem;
}
.news_con .news_gallery .gallery_con img {
  border-radius: 0.08rem;
  overflow: hidden;
  max-width: 100%;
  background-color: #F8F9FB;
}
.news_con .news_gallery .gallery_con img:hover {
  border-radius: 0.08rem;
  opacity: 0.88;
}
/*--------------- 整体 控制   START ---------------- */
.news_page_w {
  margin-bottom: 0.32rem;
}
.open_box {
  flex: 100%;
  width: 100%;
}
.close_box {
  flex: 1%;
  width: 0%;
  display: none;
  opacity: 0;
}
/*--------------- 整体 控制  END ---------------- */
/*--------------- 右侧边栏 sidebar_w START ---------------- */
.sidebar_w .news_hot_card {
  padding: 0.32rem 0.24rem 0 0.24rem;
  border-radius: 0.08rem;
  background-color: var(--color_white);
  margin: 0 auto;
}
.sidebar_w .news_hot_card .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.08rem 0 0.16rem 0;
}
.sidebar_w .news_hot_card .title_box .tt {
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
  font-size: 18px;
  font-weight: bold;
}
.sidebar_w .news_hot_card .title_box .des {
  font-size: 14px;
  color: var(--color_light);
}
.sidebar_w .news_hot_card .title_box .icon_w {
  font-size: 18px ;
}
.sidebar_w .news_hot_card .news_hot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.sidebar_w .news_hot_card .news_hot li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex: 0 1 100%;
  padding-bottom: 0.16rem;
}
.sidebar_w .news_hot_card .news_hot a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0.08rem 0.08rem;
}
.sidebar_w .news_hot_card .news_hot span {
  width: 100%;
  max-width: 100%;
  padding-left: 0.16rem;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-align: end;
}
@media (max-width: 750px) {
  .sidebar_w .news_hot_card .news_hot a {
    padding: 0.24rem 0;
  }
}
.sidebar_w .news_hot_card .news_hot .num {
  position: relative;
  width: 24px;
  height: 24px;
  font-family: "num", Helvetica, arial, sans-serif;
}
.sidebar_w .news_hot_card .news_hot .num i {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  content: "";
  text-align: center;
  margin: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: var(--color_muted);
}
.sidebar_w .news_hot_card .news_hot li:nth-child(1) .num i,
.sidebar_w .news_hot_card .news_hot li:nth-child(2) .num i,
.sidebar_w .news_hot_card .news_hot li:nth-child(3) .num i {
  color: var(--color_white);
}
.sidebar_w .news_hot_card .news_hot li .num path {
  fill: #E0E7EC;
}
.sidebar_w .news_hot_card .news_hot li:nth-child(1) .num path {
  fill: #FB4D61;
}
.sidebar_w .news_hot_card .news_hot li:nth-child(2) .num path {
  fill: #FC8046;
}
.sidebar_w .news_hot_card .news_hot li:nth-child(3) .num path {
  fill: #FDB828;
}
.sidebar_w .news_hot_card .news_hot .coming_soon {
  opacity: 0.32;
}
.sidebar_w .news_hot_card .news_hot .update {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 6px;
  height: 6px;
  color: #FFF;
  background-color: var(--color_primary);
  border-radius: 6px;
}
.sidebar_w .news_hot_card .news_hot a:hover .update {
  opacity: 0.64;
}
.sidebar_w .news_hot_card .news_hot .tag_w {
  font-family: "num", Helvetica, arial, sans-serif;
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  font-weight: normal;
  padding: 0.02rem 0.04rem 0.02rem 0.04rem;
  color: var(--color_white);
  border-radius: 0.24rem;
  max-width: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.sidebar_w .sidebar_bg {
  margin-top: -0.24rem;
}
.sidebar_w .activity_card {
  min-height: 2rem;
  border-radius: 0.08rem;
  background-color: var(--color_white);
  margin: 0 0 0.24rem auto;
  -webkit-box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.04);
  box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.04);
}
.sidebar_w .activity_card .img_w {
  display: block;
  position: relative;
  z-index: 1;
}
.sidebar_w .activity_card .post_tips {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 0.04rem 0.04rem;
  border-radius: 0.024rem;
}
@media (max-width: 480px) {
  .sidebar_w .activity_card .post_tips {
    font-size: 12px;
  }
}
.sidebar_w .activity_card .btn_w .btn_sm_line {
  min-width: auto;
  height: 24px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 0.16rem 0 0.16rem;
}
.sidebar_w .activity_card .btn_w .btn_sm_line:hover {
  color: var(--color_primary);
  border: 2px solid var(--color_primary);
}
.sidebar_w .activity_card .mate_w {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.16rem;
}
.sidebar_w .activity_card .text_w {
  flex: 0 0 auto;
  line-height: 1.6;
}
.sidebar_w .activity_card .tt {
  display: block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar_w .activity_card .des {
  font-family: "num", Helvetica, arial, sans-serif;
  font-size: 14px;
  color: var(--color_muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar_w .activity_card .icon_w {
  flex: 0 0 auto;
  font-size: 18px;
}
.sidebar_w .activity_card :hover img {
  opacity: 0.88;
}
/*--------------- 右侧边栏 sidebar_w END ---------------- */
/*---------------  主要内容： 标题、 正文	、分享、TAG、上下篇、相关案例  case_content  START ---------------- */
.news_page_w {
  position: relative;
}
.news_page_w .breadcrumbs_w {
  margin: 0  auto;
}
.news_page_w .icon_new {
  font-size: 12px;
  padding: 6px 8px;
}
.news_page_w .post_tips {
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 0.04rem 0.04rem;
  border-radius: 0.016rem;
}
@media (max-width: 480px) {
  .news_page_w .post_tips {
    font-size: 12px;
  }
}
.news_page_w .sub_title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_page_w .tips_mark {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  padding: 0.06rem 0.08rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  border-radius: 0.02rem;
}
.news_page_w .sub_ticky {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  padding: 2px;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  background-color: #52C018;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_page_w .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.16rem 0 0.16rem 0;
}
.news_page_w .title_box .tt {
  font-size: 18px;
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.news_page_w .title_box .post_tips {
  margin-right: 0.04rem;
  margin-bottom: 0.04rem;
}
.news_page_w .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
.news_page_w .title_box .des .icon_w {
  font-size: 18px ;
}
.news_page_w .title_box .font_size {
  font-size: 18px;
  color: var(--color_muted);
}
.news_page_w .title_box .font_size .icon_w {
  cursor: pointer;
  padding: 0.08rem;
}
.news_page_w .title_box .font_size .icon_w:hover {
  color: var(--color_primary);
}
.news_page_w .article_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.08rem 0 0 0;
  border-bottom: 1px dashed var(--color_light);
}
.news_page_w .article_title .tt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.16rem;
}
.news_page_w .article_title .tt h5 {
  font-size: 18px;
}
.news_page_w .article_title .post_tips {
  margin-right: 0.04rem;
  margin-bottom: 0.04rem;
}
.news_page_w .article_title .des {
  font-size: 14px;
  color: var(--color_muted);
  padding-bottom: 0.16rem;
}
.news_page_w .article_title .des .icon_w {
  font-size: 16px ;
}
.news_page_w .article_title .font_size {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 18px;
  color: #94A2AB;
  margin-left: -0.04rem;
  margin-right: -0.04rem;
}
.news_page_w .article_title .font_size .icon_w {
  cursor: pointer;
  padding: 0 0.16rem;
}
.news_page_w .article_title .font_size .icon_w:hover {
  color: var(--color_primary);
}
.news_page_w .article_title .switch_sidebar_btn {
  padding-left: 0.16rem;
}
@media (max-width: 1200px) {
  .news_page_w .article_title .switch_sidebar_btn {
    display: none;
  }
}
.news_page_w .news_tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.24rem 0 0.24rem 0;
}
.news_page_w .news_tt .tt {
  font-size: 18px;
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.news_page_w .news_tt .des {
  font-size: 14px;
  color: var(--color_muted);
}
.content_w {
  padding: 0.32rem 0.24rem;
  border-radius: 0.08rem;
  background-color: var(--color_white);
  font-size: 16px;
  margin: 0 auto;
}
.content_w .post_tips {
  position: absolute;
  top: 0px;
}
.content_w .article {
  padding-top: 0.32rem;
  line-height: 2.2;
  font-size: 16px;
}
.content_w .article h1,
.content_w .article h2,
.content_w .article h3,
.content_w .article h4,
.content_w .article h5,
.content_w .article h6 {
  margin-top: 0.32rem;
  margin-bottom: 0.16rem;
  font-family: inherit;
  font-weight: blod;
  line-height: 1.2;
  color: inherit;
}
.content_w .article h1 {
  font-size: 36px;
}
.content_w .article h2 {
  font-size: 24px;
}
.content_w .article h3 {
  font-size: 18px;
}
.content_w .article h4 {
  font-size: 16px;
}
.content_w .article h5 {
  font-size: 13px;
}
.content_w .article h6 {
  font-size: 12px;
}
.content_w .article p {
  font-size: inherit;
  word-wrap: break-word;
  text-align: justify;
}
.content_w .article img {
  max-width: 100%;
  height: auto !important;
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
  color: transparent;
}
.content_w .brand_head {
  padding-bottom: 0.24rem;
}
.content_w .brand_footer {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.content_w .tags_share {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.32rem;
}
.content_w .tags_share .tags_w {
  font-size: 14px;
  padding-top: 0.24rem;
}
.content_w .tags_share .tags_w a {
  color: var(--color_muted);
  padding-right: 16px;
}
.content_w .tags_share .tags_w a:hover {
  color: var(--color_primary);
}
.content_w .tags_share .share_w {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.24rem;
}
.content_w .tags_share .share_w .share_qq {
  color: var(--ec_blue);
}
.content_w .tags_share .share_w .share_weixin {
  color: var(--ec_green);
}
.content_w .tags_share .share_w .share_poster {
  color: var(--ec_indigo);
}
.content_w .tags_share .share_w .icon_w {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.content_w .tags_share .share_w .share_a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0 0.08rem;
  border: 2px solid #FFF;
  border-radius: 0.64rem;
  font-size: 14px;
  background-color: #f2f2f5;
}
.content_w .tags_share .share_w .share_a:hover {
  color: #FFF;
  border: 2px solid #FFF;
  background-color: var(--color_primary);
  background: linear-gradient(#0fb918 0%, #61de35 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(0, 255, 127, 0.1);
}
/*---------------  主要内容： 标题、正文、分享、TAG、上下篇、相关案例  case_content  END ---------------- */
/*---------------  客内页 带缩略图 上一页 下一页 thumbnail_prev_next  START ---------------- */
.thumbnail_prev_next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  height: auto;
  font-size: 14px;
  color: var(--color_muted);
  overflow: hidden;
  line-height: 1.2;
  margin: 0.24rem auto 0.24rem auto;
}
.thumbnail_prev_next img {
  max-width: 1rem;
  border-radius: 4px;
}
.thumbnail_prev_next h4 {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.thumbnail_prev_next i {
  display: inline-block;
  padding: 0 8px;
}
.thumbnail_prev_next h4 a:hover {
  color: var(--color_primary);
}
.thumbnail_prev_next a:hover,
.thumbnail_prev_next a:hover {
  color: var(--color_primary);
}
.thumbnail_prev_next .prev_w {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 50%;
}
.thumbnail_prev_next .prev_w a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .prev_w .text_w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .next_w {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  width: 50%;
}
.thumbnail_prev_next .next_w a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .next_w a:hover {
  color: var(--color_primary);
}
.thumbnail_prev_next .next_w .text_w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .next_w .next {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  color: var(--color_light);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*---------------  内页 带缩略图 上一页 下一页 thumbnail_prev_next  END ---------------- */
/*--------------- 相关产品 pro_related_w START ---------------- */
.pro_related_w {
  margin-top: 0.48rem;
  margin-bottom: 0.48rem;
}
.pro_related_w h4 {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  font-size: 0.32rem;
}
.pro_related_w .list_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -0.08rem;
  margin-right: -0.08rem;
}
.pro_related_w .list_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  flex: 1 1 33.33%;
  margin: 0.08rem;
  padding: 0.24rem;
  background-color: var(--color_white);
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
}
.pro_related_w .box_l {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.24rem;
  padding-bottom: 0.08rem;
}
.pro_related_w .box_l .text_w {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.16rem 0.08rem;
}
.pro_related_w .box_l .text_w h6 {
  color: var(--color_dark);
  font-size: 18px;
  margin-bottom: 0.04rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pro_related_w .box_l .text_w b {
  font-size: 14px;
  font-weight: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color_dark);
}
.pro_related_w .box_r {
  padding: 0.08rem 0.08rem;
}
.pro_related_w .box_r .info_w {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color_muted);
}
.pro_related_w .img_w {
  margin-left: auto;
  margin-right: auto;
  padding: 0.08rem;
}
.pro_related_w .img_w img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  -webkit-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.08);
}
.pro_related_w .info_w {
  font-size: 14px;
  line-height: 1.8;
  color: var(--color_muted);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pro_related_w .info_w b {
  font-size: 18px;
  padding-right: 0.16rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro_related_w .btn_primary {
  color: var(--color_primary);
}
.pro_related_w .btn_primary:hover {
  opacity: 0.8;
  color: var(--color_primary);
}
.pro_related_w .pro_tips {
  position: absolute;
  z-index: 10;
  left: 0.32rem;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 0.08rem 0.12rem 0.08rem 0.12rem;
  color: var(--color_dark);
  border-radius: 0.04rem;
}
/*--------------- 相关产品 pro_related_w END ---------------- */
/*---------------  相关案例-内页 news_related_w  START ---------------- */
.news_related_w {
  margin-top: 0.48rem;
  margin-bottom: 0.48rem;
}
.news_related_w .list_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -0.08rem;
  margin-right: -0.08rem;
}
.news_related_w .list_item {
  position: relative;
  flex: 1 0 25%;
  margin: 0.08rem;
  background-color: var(--color_white);
  border-radius: 0.08rem;
}
@media screen and (max-width: 750px) {
  .news_related_w .list_item {
    flex: 1 0 46%;
  }
}
@media screen and (max-width: 750px) {
  .news_related_w .list_item {
    flex: 1 0 46%;
  }
}
.news_related_w a {
  display: block;
  position: relative;
  z-index: 1;
}
.news_related_w .img_w {
  display: block;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
}
.news_related_w .text_w {
  padding: 0.24rem 0.24rem;
}
.news_related_w .text_w .title_w {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_related_w .text_w b {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_related_w .text_w p {
  margin-top: 0.16rem;
  min-height: 48px;
  font-size: 14px;
  line-height: 1.6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color_muted);
}
.news_related_w .info_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.16rem;
}
.news_related_w .info_w a {
  color: var(--color_primary);
}
.news_related_w .info_w a:hover {
  opacity: 0.8;
  color: var(--color_primary);
}
.news_related_w .info_w span {
  font-size: 14px;
  padding-right: 0.16rem;
}
.news_related_w .info_w .icon_time {
  font-size: 18px;
}
.news_related_w .info_w .view {
  font-size: 14px;
  color: var(--color_light);
}
.news_related_w .info_w .icon_view {
  font-size: 14px;
}
/*---------------  相关案例-内页  news_related_w END ---------------- */
