/* 热门专题 */
.hot-list{
    margin-top: 3.64vw;
}
.hot-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.hot-list ul li{
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
    position: relative;
}
.bg_img{
    overflow: hidden;
}
.bg_img>img{
    width: 100%;
    transition: all 0.5s;
}
.hot-list ul li .txt{
    position: absolute;
    color: white;
    top: 13.5vw;
    left: 12.5vw;
    z-index: 2;
}

.hot-list ul li .txt p{
    width: 380px;
    margin-bottom: 3.125vw;
    margin-top: 8px
}


  
.product-link a.blue-jb {
    color: #fff;
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
}

  

.hot-list>ul>li:hover .bg_img img {
    transform: scale(1.05);
}

/*pc—— 顾客成功 */
.evolve{
	padding: 5vw 0 4vw;
	background-color: #f5f7fa;
}
.evolve h2 {
    line-height: 1;
    margin-bottom: 3.77vw;
    text-align: center;
    font-weight: bold;
}
.evolve_flx{
	display: flex;
	text-align: center;
	justify-content: center;
}
.evolve_flx>li{
	width: 325px;
	margin: 0 12.5%;
}
.evolve_icon{
	width: 114px;
	height: 114px;
	position: relative;
	margin: auto;
}
.evolve_icon img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
}
.evolve_tit{
	margin: 25px 0;
	text-align: left;
}
.evolve_des{
	color: #777777;
	text-align: left;
}
.evolve_more{
	text-align: center;	
	margin-top: 2.2vw;
}
.evolve_more a:after {
  transform: translateY(-1px);
  content: "\e683";
  margin-left: 5px;
  transition: all .4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}
.evolve_more a{
	color: #0086f1;
}
/* yd—— 顾客成功 */
@media screen and (max-width: 768px){
  
}

/*帮助中心*/
.help{
	padding: 5vw 0 5vw;
}
.help h2 {
    line-height: 1;
    margin-bottom: 3.64vw;
    text-align: center;
    font-weight: bold;
}
.help_flx .swiper-pagination{
	display: none;
}
.help_flx .swiper-slide{
	background-color: #f9fafc;
	border-radius: 5px;
	text-align: center;
	padding: 35px 0 50px;
}
.help_icon{
	position: relative;
	text-align: center;
}
.help_tit{
	line-height: 1;
	margin: 37px 0 15px;
}

/* 产品资讯 */

.index-newsactivy {
    padding: 70px 0 76px;
    overflow: hidden;
    /* background-color: #F0F0F0; */
  }
  
  .index-newsactivy h2.top-title {
    line-height: 1;
    margin-bottom: 3.64vw;
    text-align: center;
    font-weight: bold;
    color: #000;
  }
  
  .index-newsactivy .title {
    margin-bottom: 35px;
   
  }
  
  .index-newsactivy .cont {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .index-newsactivy .focus-activity {
    width: 53.22339%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: #f0f0f0 12px 0px 22px 15px;
  }
  
  .index-newsactivy .focus-activity .img {
    /* height: 400px; */
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  
  .index-newsactivy .focus-activity .img:hover img {
    -ms-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  
  .index-newsactivy .focus-activity .img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .index-newsactivy .focus-activity .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
  }
  
  .index-newsactivy .focus-activity .img p {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
  }
  
  .index-newsactivy .new_activity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .index-newsactivy .new_activity a:hover {
    color: #2183e9;
  }
  
  .index-newsactivy .new_activity h3 {
    font-weight: 600;
  }
  
  .index-newsactivy .focus-activity .text {
    padding: 10px 0;
    border-bottom: solid 1px #ebebeb;
  }
  
  .index-newsactivy .focus-activity .text:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  
  .index-newsactivy .focus-activity .text .datetime {
    font-weight: lighter;
  }
  
  /* .index-newsactivy .focus-activity .text .tt {
    margin: 10px 0;
  } */
  
  .index-newsactivy .focus-activity .text .tt h2 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #252b3a;
  }
  
  .index-newsactivy .focus-activity .text .tt h2 a:hover {
    color: #2183e9;
  }
  
  .index-newsactivy .focus-activity .text p {
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    color: #000;
  }
  
  .index-newsactivy .focus-activity .product-link {
    margin-top: 10px;
  }
  
  .index-newsactivy .focus-activity .swiper-slide:hover .text .tt h2 a {
    color: #2183e9;
  }
  
  .index-newsactivy .focus-activity .swiper-slide:hover .img img {
    transform: scale(1.05);
  }
  
  .index-newsactivy .siwper-pagination {
    position: absolute;
    bottom: 190px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
  }
  
  .index-newsactivy .swiper-pagination-bullet {
    background-color: #fff;
  }
  
  .index-newsactivy .news-lists {
    width: 43.92804%;
    /* border-top: 2px solid #ebebeb; */
    padding: 30px;
    background-color: #fff;
    box-shadow: #f0f0f0 0px 0px 22px 15px;
    overflow-y: auto;
  }
  
  .index-newsactivy .news-lists::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .index-newsactivy .news-lists::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #fff;
  }
  
  .index-newsactivy .news-lists::-webkit-scrollbar-thumb {
    background-color: #c8c9d1;
  }
  
  .index-newsactivy .news-lists ul li {
    border-bottom: 2px solid #ebebeb;
    padding: 15px;
  }
  
  .index-newsactivy .news-lists ul li:last-child {
    border: 0;
    padding-bottom: 0;
  }
  
  .index-newsactivy .news-lists ul li a {
    display: block;
    /* padding: 15px 0 19px; */
    color: #000;
  }
  
  .index-newsactivy .news-lists ul li a:last-child {
    padding-bottom: 0;
  }
  
  .index-newsactivy .news-lists ul li .datetime {
    font-weight: lighter;
    margin-bottom: 6px;
  }
  
  .index-newsactivy .news-lists ul li h2 {
    line-height: 34px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 68px; */
  }
  
  .index-newsactivy .news-lists ul li a:hover h2 {
    color: #2183e9;
  }
  
  .index-newsactivy .news-lists .product-link {
    margin-top: 32px;
  }
  
  

  
